Html Css Color HEX #018170 Pine Green

📋 copy color: '#018170'

red 1 ◦ green 129 ◦ blue 112

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

Shades of Pine Green #018170

Tints of Pine Green #018170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.31%

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 0.41%
G = 53.31%
B = 46.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#018170 (or 0x018170) is known color: Pine Green. HEX triplet: 01, 81 and 70. RGB value is (1,129,112). Sum of RGB (Red+Green+Blue) = 1+129+112=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #018170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018170 is #FE7E8F. Grayscale: #585858. Windows color (decimal): -16678544 or 7373057. OLE color: 7373057.

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

Color convert

RGB 1 129 112 -
CMYK 0.99 0 0.13 0.49
HSL 172.03º 0.98% 0.25% -
HSV(B) 172.03º 0.99% 0.51% -
XYZ 10.79 16.88 18.02 -
YUV 88.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 1 129 112 0.99 0 0.13 0.49 172.03 0.98 0.25
Hex 1 81 70 63 0 D 31 AC 62 19
Octal 1 201 160 143 0 15 61 254 142 31
Binary 1 10000001 1110000 1100011 0 1101 110001 10101100 1100010 11001

Color Harmonies of #018170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018170

Black with #018170

Text Example


Text Example

White with #018170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018170; }

 p { color: rgb(1,129,112); }

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

background-color css

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

 a { background-color: rgb(1,129,112); }

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

border-color css

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

 span { border-color: rgb(1,129,112); }

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