#017E72

Color #017E72 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #017E72

Tints of Pine Green #017E72

Color information

#017E72 (or 0x017E72) is unknown color: approx Pine Green. HEX triplet: 01, 7E and 72. RGB value is (1,126,114). Sum of RGB (Red+Green+Blue) = 1+126+114=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #017E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017E72 is #FE818D. Grayscale: #575757. Windows color (decimal): -16679310 or 7503361. OLE color: 7503361.

HSL color Cylindrical-coordinate representation of color #017E72: hue angle of 174.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017E72 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB1126114-
CMYK0.9900.100.51
HSL174.24º98.43%24.9%-
HSV(B)174.24º99.21%49.41%-
XYZ10.5116.1418.48-
YUV87.26143.0966.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 126 (49.61% from 255) = 52.28%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=0.41%
G=52.28%
B=47.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11261140.9900.100.51174.2498.4324.9
Hex17E72630A33ae6219
Octal11761621430126325614231
Binary11111110111001011000110101011001110101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017E72; }

 p { color: rgb(1,126,114); }

 H1.HeaderClassName
 {
   color: #017E72;
 }
 .AnyTagClassName
 {
   color: #017E72;
 }
</style>
background-color css

<style>
 a { background-color: #017E72; }

 a { background-color: rgb(1,126,114); }

 div.DivClassName
 {
   background-color: #017E72;
 }
 .BgClassName
 {
   background-color: #017E72;
 }
</style>
border-color css

<style>
 span { border-color: #017E72; }

 span { border-color: rgb(1,126,114); }

 td.TdClassName
 {
   border-color: #017E72;
 }
 .TagClassName
 {
   border-color: #017E72;
 }
</style>