Shades of Forest Green #228A1C
Tints of Forest Green #228A1C
RGB
CMYK
RGB Variations
Color information
#228A1C (or 0x228A1C) is known color: Forest Green. HEX triplet: 22, 8A and 1C. RGB value is (34,138,28). Sum of RGB (Red+Green+Blue) = 34+138+28=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #228A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228A1C is #DD75E3. Grayscale: #5E5E5E. Windows color (decimal): -14513636 or 1870370. OLE color: 1870370.
HSL color Cylindrical-coordinate representation of color #228A1C: hue angle of 116.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #228A1C is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 138 | 28 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.46 |
| HSL | 116.73º | 0.66% | 0.33% | - |
| HSV(B) | 116.73º | 0.8% | 0.54% | - |
| XYZ | 9.96 | 18.6 | 4.16 | - |
| YUV | 94.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 138 | 28 | 0.75 | 0 | 0.80 | 0.46 | 116.73 | 0.66 | 0.33 |
| Hex | 22 | 8A | 1C | 4B | 0 | 50 | 2E | 75 | 42 | 21 |
| Octal | 42 | 212 | 34 | 113 | 0 | 120 | 56 | 165 | 102 | 41 |
| Binary | 100010 | 10001010 | 11100 | 1001011 | 0 | 1010000 | 101110 | 1110101 | 1000010 | 100001 |
Color Harmonies of #228A1C
Complementary color
Monochromatic Colors of #228A1C
Black with #228A1C
Text Example
Text Example
White with #228A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228A1C; }
p { color: rgb(34,138,28); }
H1.HeaderClassName
{
color: #228A1C;
}
.AnyTagClassName
{
color: #228A1C;
}
</style>
background-color css
<style>
a { background-color: #228A1C; }
a { background-color: rgb(34,138,28); }
div.DivClassName
{
background-color: #228A1C;
}
.BgClassName
{
background-color: #228A1C;
}
</style>
border-color css
<style>
span { border-color: #228A1C; }
span { border-color: rgb(34,138,28); }
td.TdClassName
{
border-color: #228A1C;
}
.TagClassName
{
border-color: #228A1C;
}
</style>