Html Css Color HEX #008370 Pine Green

📋 copy color: '#008370'

red 0 ◦ green 131 ◦ blue 112

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

Shades of Pine Green #008370

Tints of Pine Green #008370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.91%

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

R = 0%
G = 53.91%
B = 46.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#008370 (or 0x008370) is known color: Pine Green. HEX triplet: 00, 83 and 70. RGB value is (0,131,112). Sum of RGB (Red+Green+Blue) = 0+131+112=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #008370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008370 is #FF7C8F. Grayscale: #595959. Windows color (decimal): -16743568 or 7373568. OLE color: 7373568.

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

Color convert

RGB 0 131 112 -
CMYK 1 0 0.15 0.49
HSL 171.3º 1% 0.26% -
HSV(B) 171.3º 1% 0.51% -
XYZ 11.04 17.4 18.11 -
YUV 89.67 140.6 64.04 -
System Red Green Blue C M Y K H S L
Decimal 0 131 112 1 0 0.15 0.49 171.3 1 0.26
Hex 0 83 70 64 0 F 31 AB 64 1A
Octal 0 203 160 144 0 17 61 253 144 32
Binary 0 10000011 1110000 1100100 0 1111 110001 10101011 1100100 11010

Color Harmonies of #008370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008370

Black with #008370

Text Example


Text Example

White with #008370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008370; }

 p { color: rgb(0,131,112); }

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

background-color css

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

 a { background-color: rgb(0,131,112); }

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

border-color css

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

 span { border-color: rgb(0,131,112); }

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