Html Css Color HEX #228218 Forest Green

📋 copy color: '#228218'

red 34 ◦ green 130 ◦ blue 24

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

Shades of Forest Green #228218

Tints of Forest Green #228218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 18.09%
G = 69.15%
B = 12.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#228218 (or 0x228218) is known color: Forest Green. HEX triplet: 22, 82 and 18. RGB value is (34,130,24). Sum of RGB (Red+Green+Blue) = 34+130+24=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #228218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228218 is #DD7DE7. Grayscale: #595959. Windows color (decimal): -14515688 or 1606178. OLE color: 1606178.

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

Color convert

RGB 34 130 24 -
CMYK 0.74 0 0.82 0.49
HSL 114.34º 0.69% 0.3% -
HSV(B) 114.34º 0.82% 0.51% -
XYZ 8.81 16.37 3.56 -
YUV 89.21 91.2 88.62 -
System Red Green Blue C M Y K H S L
Decimal 34 130 24 0.74 0 0.82 0.49 114.34 0.69 0.3
Hex 22 82 18 4A 0 52 31 72 45 1E
Octal 42 202 30 112 0 122 61 162 105 36
Binary 100010 10000010 11000 1001010 0 1010010 110001 1110010 1000101 11110

Color Harmonies of #228218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228218

Black with #228218

Text Example


Text Example

White with #228218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228218; }

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

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

background-color css

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

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

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

border-color css

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

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

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