Shades of Forest Green #228430
Tints of Forest Green #228430
RGB
CMYK
RGB Variations
Color information
#228430 (or 0x228430) is known color: Forest Green. HEX triplet: 22, 84 and 30. RGB value is (34,132,48). Sum of RGB (Red+Green+Blue) = 34+132+48=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #228430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228430 is #DD7BCF. Grayscale: #5D5D5D. Windows color (decimal): -14515152 or 3179554. OLE color: 3179554.
HSL color Cylindrical-coordinate representation of color #228430: hue angle of 128.57º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228430 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 132 | 48 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.48 |
| HSL | 128.57º | 0.59% | 0.33% | - |
| HSV(B) | 128.57º | 0.74% | 0.52% | - |
| XYZ | 9.44 | 17.06 | 5.59 | - |
| YUV | 93.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 132 | 48 | 0.74 | 0 | 0.64 | 0.48 | 128.57 | 0.59 | 0.33 |
| Hex | 22 | 84 | 30 | 4A | 0 | 40 | 30 | 81 | 3B | 21 |
| Octal | 42 | 204 | 60 | 112 | 0 | 100 | 60 | 201 | 73 | 41 |
| Binary | 100010 | 10000100 | 110000 | 1001010 | 0 | 1000000 | 110000 | 10000001 | 111011 | 100001 |
Color Harmonies of #228430
Complementary color
Monochromatic Colors of #228430
Black with #228430
Text Example
Text Example
White with #228430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228430; }
p { color: rgb(34,132,48); }
H1.HeaderClassName
{
color: #228430;
}
.AnyTagClassName
{
color: #228430;
}
</style>
background-color css
<style>
a { background-color: #228430; }
a { background-color: rgb(34,132,48); }
div.DivClassName
{
background-color: #228430;
}
.BgClassName
{
background-color: #228430;
}
</style>
border-color css
<style>
span { border-color: #228430; }
span { border-color: rgb(34,132,48); }
td.TdClassName
{
border-color: #228430;
}
.TagClassName
{
border-color: #228430;
}
</style>