Html Css Color HEX #228212 Forest Green

📋 copy color: '#228212'

red 34 ◦ green 130 ◦ blue 18

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

Shades of Forest Green #228212

Tints of Forest Green #228212

RGB

 RED value IS 34 (13.67% from 255) = 18.68%

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 18.68%
G = 71.43%
B = 9.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#228212 (or 0x228212) is known color: Forest Green. HEX triplet: 22, 82 and 12. RGB value is (34,130,18). Sum of RGB (Red+Green+Blue) = 34+130+18=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #228212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228212 is #DD7DED. Grayscale: #585858. Windows color (decimal): -14515694 or 1212962. OLE color: 1212962.

HSL color Cylindrical-coordinate representation of color #228212: hue angle of 111.43º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228212 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 130 18 -
CMYK 0.74 0 0.86 0.49
HSL 111.43º 0.76% 0.29% -
HSV(B) 111.43º 0.86% 0.51% -
XYZ 8.75 16.35 3.27 -
YUV 88.53 88.2 89.11 -
System Red Green Blue C M Y K H S L
Decimal 34 130 18 0.74 0 0.86 0.49 111.43 0.76 0.29
Hex 22 82 12 4A 0 56 31 6F 4C 1D
Octal 42 202 22 112 0 126 61 157 114 35
Binary 100010 10000010 10010 1001010 0 1010110 110001 1101111 1001100 11101

Color Harmonies of #228212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228212

Black with #228212

Text Example


Text Example

White with #228212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228212; }

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

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

background-color css

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

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

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

border-color css

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

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

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