Html Css Color HEX #008224 Forest Green

📋 copy color: '#008224'

red 0 ◦ green 130 ◦ blue 36

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

Shades of Forest Green #008224

Tints of Forest Green #008224

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 value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#008224 (or 0x008224) is known color: 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

RGB 0 130 36 -
CMYK 1 0 0.72 0.49
HSL 136.62º 1% 0.25% -
HSV(B) 136.62º 1% 0.51% -
XYZ 8.3 16.09 4.34 -
YUV 80.41 102.93 70.64 -
System Red Green Blue C M Y K H S L
Decimal 0 130 36 1 0 0.72 0.49 136.62 1 0.25
Hex 0 82 24 64 0 48 31 89 64 19
Octal 0 202 44 144 0 110 61 211 144 31
Binary 0 10000010 100100 1100100 0 1001000 110001 10001001 1100100 11001

Color Harmonies of #008224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008224

Black with #008224

Text Example


Text Example

White with #008224

Text Example


Text Example

HTML Codes & Css Web 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>