Html Css Color HEX #008472 Pine Green

📋 copy color: '#008472'

red 0 ◦ green 132 ◦ blue 114

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

Shades of Pine Green #008472

Tints of Pine Green #008472

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 132 (51.95% from 255) = 53.66%

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

R = 0%
G = 53.66%
B = 46.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#008472 (or 0x008472) is known color: Pine Green. HEX triplet: 00, 84 and 72. RGB value is (0,132,114). Sum of RGB (Red+Green+Blue) = 0+132+114=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #008472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008472 is #FF7B8D. Grayscale: #5A5A5A. Windows color (decimal): -16743310 or 7504896. OLE color: 7504896.

HSL color Cylindrical-coordinate representation of color #008472: hue angle of 171.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008472 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 114 -
CMYK 1 0 0.14 0.48
HSL 171.82º 1% 0.26% -
HSV(B) 171.82º 1% 0.52% -
XYZ 11.29 17.72 18.74 -
YUV 90.48 141.27 63.46 -
System Red Green Blue C M Y K H S L
Decimal 0 132 114 1 0 0.14 0.48 171.82 1 0.26
Hex 0 84 72 64 0 E 30 AC 64 1A
Octal 0 204 162 144 0 16 60 254 144 32
Binary 0 10000100 1110010 1100100 0 1110 110000 10101100 1100100 11010

Color Harmonies of #008472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008472

Black with #008472

Text Example


Text Example

White with #008472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008472; }

 p { color: rgb(0,132,114); }

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

background-color css

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

 a { background-color: rgb(0,132,114); }

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

border-color css

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

 span { border-color: rgb(0,132,114); }

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