#008212

Color #008212 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #008212

Tints of Green #008212

Color information

#008212 (or 0x008212) is unknown color: approx Green. HEX triplet: 00, 82 and 12. RGB value is (0,130,18). Sum of RGB (Red+Green+Blue) = 0+130+18=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 130 (51.17% from 255 or 87.84% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 130 - color contains mainly: green. Hex color #008212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008212 is #FF7DED. Grayscale: #4E4E4E. Windows color (decimal): -16743918 or 1212928. OLE color: 1212928.

HSL color Cylindrical-coordinate representation of color #008212: hue angle of 128.31º 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 #008212 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB013018-
CMYK100.860.49
HSL128.31º100%25.49%-
HSV(B)128.31º100%50.98%-
XYZ8.0916.013.24-
YUV78.3693.9372.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 87.84%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=0%
G=87.84%
B=12.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013018100.860.49128.3110025.49
Hex082126405631806419
Octal02022214401266120014431
Binary0100000101001011001000101011011000110000000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008212; }

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

 H1.HeaderClassName
 {
   color: #008212;
 }
 .AnyTagClassName
 {
   color: #008212;
 }
</style>
background-color css

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

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

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

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

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

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