Html Css Color HEX #008270 Pine Green

📋 copy color: '#008270'

red 0 ◦ green 130 ◦ blue 112

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

Shades of Pine Green #008270

Tints of Pine Green #008270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.72%

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

R = 0%
G = 53.72%
B = 46.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#008270 (or 0x008270) is known color: Pine Green. HEX triplet: 00, 82 and 70. RGB value is (0,130,112). Sum of RGB (Red+Green+Blue) = 0+130+112=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #008270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008270 is #FF7D8F. Grayscale: #595959. Windows color (decimal): -16743824 or 7373312. OLE color: 7373312.

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

Color convert

RGB 0 130 112 -
CMYK 1 0 0.14 0.49
HSL 171.69º 1% 0.25% -
HSV(B) 171.69º 1% 0.51% -
XYZ 10.91 17.14 18.06 -
YUV 89.08 140.93 64.46 -
System Red Green Blue C M Y K H S L
Decimal 0 130 112 1 0 0.14 0.49 171.69 1 0.25
Hex 0 82 70 64 0 E 31 AC 64 19
Octal 0 202 160 144 0 16 61 254 144 31
Binary 0 10000010 1110000 1100100 0 1110 110001 10101100 1100100 11001

Color Harmonies of #008270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008270

Black with #008270

Text Example


Text Example

White with #008270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008270; }

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

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

background-color css

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

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

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

border-color css

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

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

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