#008222

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

Shades of Green #008222

Tints of Green #008222

Color information

#008222 (or 0x008222) is unknown color: approx Green. HEX triplet: 00, 82 and 22. RGB value is (0,130,34). Sum of RGB (Red+Green+Blue) = 0+130+34=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #008222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008222 is #FF7DDD. Grayscale: #505050. Windows color (decimal): -16743902 or 2261504. OLE color: 2261504.

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

Color convert

RGB013034-
CMYK100.740.49
HSL135.69º100%25.49%-
HSV(B)135.69º100%50.98%-
XYZ8.2716.084.18-
YUV80.19101.9370.81-

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) = 79.27%
BLUE value IS 34 (13.67% from 255) = 20.73%
R=0%
G=79.27%
B=20.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013034100.740.49135.6910025.49
Hex082226404A31886419
Octal02024214401126121014431
Binary01000001010001011001000100101011000110001000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008222; }

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

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

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

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

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

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

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

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