Html Css Color HEX #017972 Pine Green

📋 copy color: '#017972'

red 1 ◦ green 121 ◦ blue 114

#017972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #017972

Tints of Pine Green #017972

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 121 (47.66% from 255) = 51.27%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 0.42%
G = 51.27%
B = 48.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#017972 (or 0x017972) is known color: Pine Green. HEX triplet: 01, 79 and 72. RGB value is (1,121,114). Sum of RGB (Red+Green+Blue) = 1+121+114=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #017972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017972 is #FE868D. Grayscale: #545454. Windows color (decimal): -16680590 or 7502081. OLE color: 7502081.

HSL color Cylindrical-coordinate representation of color #017972: hue angle of 176.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017972 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 121 114 -
CMYK 0.99 0 0.06 0.53
HSL 176.5º 0.98% 0.24% -
HSV(B) 176.5º 0.99% 0.47% -
XYZ 9.89 14.9 18.27 -
YUV 84.32 144.74 68.57 -
System Red Green Blue C M Y K H S L
Decimal 1 121 114 0.99 0 0.06 0.53 176.5 0.98 0.24
Hex 1 79 72 63 0 6 35 B0 62 18
Octal 1 171 162 143 0 6 65 260 142 30
Binary 1 1111001 1110010 1100011 0 110 110101 10110000 1100010 11000

Color Harmonies of #017972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017972

Black with #017972

Text Example


Text Example

White with #017972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017972; }

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

 H1.HeaderClassName
 {
   color: #017972;
 }
 .AnyTagClassName
 {
   color: #017972;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #017972;
 }
 .BgClassName
 {
   background-color: #017972;
 }
</style>

border-color css

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

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

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