#228A18

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

Shades of Forest Green #228A18

Tints of Forest Green #228A18

Color information

#228A18 (or 0x228A18) is unknown color: approx Forest Green. HEX triplet: 22, 8A and 18. RGB value is (34,138,24). Sum of RGB (Red+Green+Blue) = 34+138+24=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 138 (54.30% from 255 or 70.41% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 138 - color contains mainly: green. Hex color #228A18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228A18 is #DD75E7. Grayscale: #5E5E5E. Windows color (decimal): -14513640 or 1608226. OLE color: 1608226.

HSL color Cylindrical-coordinate representation of color #228A18: hue angle of 114.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228A18 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB3413824-
CMYK0.7500.830.46
HSL114.74º70.37%31.76%-
HSV(B)114.74º82.61%54.12%-
XYZ9.9118.583.93-
YUV93.9188.5485.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 138 (54.30% from 255) = 70.41%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=17.35%
G=70.41%
B=12.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34138240.7500.830.46114.7470.3731.76
Hex228A184B0532E734620
Octal422123011301235616310640
Binary100010100010101100010010110101001110111011100111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228A18; }

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

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

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

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

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

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

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

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