COLOR #015F27

HEX: #015F27 RGB: (1,95,39)

Color info

#015F27 contains mainly green and blue colors. Web safe color of #015F27 is #006633 (or #063).

RGB color model

#015F27 color RGB value is (1,95,39).

RGB: (1,95,39) (0%, 37%, 15%)

RGB channels and saturation

R 1 of 255 = 0%
G 95 of 255 = 37%
B 39 of 255 = 15%

1
95
39

R + G + B ~ 17%. #015F27 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 95 + 39 = 135 (100%)
R 1 of 135 ~ 0.74%
G 95 of 135 ~ 70.37%
B 39 of 135 ~ 28.89'%

%70.37
%28.89

CMYK color model

#015F27 color CMYK value is (99,0,59,63).

  • cyan value is 98.95%
  • magenta value is 0.00%
  • yellow value is 58.95%
  • key color value is 62.75%

CMYK: (99,0,59,63)
C99M0Y59K63 (99%, 0%, 59%, 63%)
(0.99 / 0.00 / 0.59 / 0.63)

CMYK percentages

%98.95
%0
%58.95
%62.75

Codes

Color #015F27 in popluar color models

01 5F 27
RGB 1 95 39
HSL 144° 97.92% 18.82%
HSB/HSV 144° 98.95% 37.25%
CMYK 98.95% 0.00% 58.95%
62.75%

Color #015F27 in popluar number systems.

HEX 01 5F 27
Decimal 1 95 39
Binary 1 1011111 100111
Octal 1 137 47

Shades and tints

Shades of #015F27

#015F27
(1,95,39)
#015724
(1,87,36)
#014F21
(1,79,33)
#01471E
(1,71,30)
#013F1B
(1,63,27)
#013718
(1,55,24)
#012F15
(1,47,21)
#012712
(1,39,18)
#011F0F
(1,31,15)
#01170C
(1,23,12)
#010F09
(1,15,9)
#000000
(0,0,0)

Tints of #015F27

#015F27
(1,95,39)
#186D3A
(24,109,58)
#2F7B4D
(47,123,77)
#468960
(70,137,96)
#5D9773
(93,151,115)
#74A586
(116,165,134)
#8BB399
(139,179,153)
#A2C1AC
(162,193,172)
#B9CFBF
(185,207,191)
#D0DDD2
(208,221,210)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015F27 color. Also use rgb(1,95,39) instead hex code.

Text Font Color

.myTextColor { color: #015F27; }

<p style="color:#015F27">This sample text font color is #015F27.</p>

This text font color is #015F27.

Background Color

.myBgColor { background-color: #015F27; }

<div style="background-color:#015F27">Inner text</div>

This div background color is #015F27.

Border color

.myBorderColor { border: 1px solid #015F27; }

<div style="border:3px solid #015F27">Div</div>

This div border color is #015F27.

Opacity

.myOpacity80 { color: #015F27; opacity: 0.8; }

<p style="color:#015F27;opacity:0.8;">80%</p>

Text with #015F27 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #015F27;}

<p style="text-shadow: 3px 3px 1px #015F27">Text here.</p>

This text has shadow with #015F27 color.


.textShadow {text-shadow: 3px 3px 1px #015F27', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #015F27, 5px 5px 20px red">Text here.</p>

This text has shadow with #015F27 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#015F27, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#015F27, Direction=45, Strength=4)">Text</p>

This text has shadow with #015F27 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #015F27;
-webkit-box-shadow: 1px 1px 3px 2px #015F27;
box-shadow: 1px 1px 3px 2px #015F27;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #015F27; -webkit-box-shadow: 1px 1px 3px 2px #015F27; box-shadow:1px 1px 3px 2px #015F27;">
Div content here
</div>

This div box has shadow with color #015F27.

Preview

Color preview on black background

This text has color #015F27 on black background.


Color preview on white background

This text has color #015F27 on white background.


Black color preview on #015F27 background

This text has black color on #015F27 background.


White color preview on #015F27 background

This text has white color on #015F27 background.


Related colors

Complementary color

Complementary color for #hex is #FEA0D8.


I love getcolorcode.com

Triadic colors

1 #27015F and #5F2701 with #015F27 are triadic colors.

2 #275F01 and #5F0127 with #015F27 are triadic colors.