#008224

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

Shades of Forest Green #008224

Tints of Forest Green #008224

Color information

#008224 (or 0x008224) is unknown color: approx Forest Green. HEX triplet: 00, 82 and 24. RGB value is (0,130,36). Sum of RGB (Red+Green+Blue) = 0+130+36=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #008224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008224 is #FF7DDB. Grayscale: #505050. Windows color (decimal): -16743900 or 2392576. OLE color: 2392576.

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

Color convert

RGB013036-
CMYK100.720.49
HSL136.62º100%25.49%-
HSV(B)136.62º100%50.98%-
XYZ8.316.094.34-
YUV80.41102.9370.64-

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) = 78.31%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=0%
G=78.31%
B=21.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013036100.720.49136.6210025.49
Hex082246404831896419
Octal02024414401106121114431
Binary01000001010010011001000100100011000110001001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008224; }

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

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

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

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

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

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

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

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