Shades of Forest Green #228530
Tints of Forest Green #228530
RGB
CMYK
RGB Variations
Color information
#228530 (or 0x228530) is known color: Forest Green. HEX triplet: 22, 85 and 30. RGB value is (34,133,48). Sum of RGB (Red+Green+Blue) = 34+133+48=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #228530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228530 is #DD7ACF. Grayscale: #5D5D5D. Windows color (decimal): -14514896 or 3179810. OLE color: 3179810.
HSL color Cylindrical-coordinate representation of color #228530: hue angle of 128.48º 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 #228530 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 133 | 48 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.48 |
| HSL | 128.48º | 0.59% | 0.33% | - |
| HSV(B) | 128.48º | 0.74% | 0.52% | - |
| XYZ | 9.58 | 17.33 | 5.64 | - |
| YUV | 93.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 48 | 0.74 | 0 | 0.64 | 0.48 | 128.48 | 0.59 | 0.33 |
| Hex | 22 | 85 | 30 | 4A | 0 | 40 | 30 | 80 | 3B | 21 |
| Octal | 42 | 205 | 60 | 112 | 0 | 100 | 60 | 200 | 73 | 41 |
| Binary | 100010 | 10000101 | 110000 | 1001010 | 0 | 1000000 | 110000 | 10000000 | 111011 | 100001 |
Color Harmonies of #228530
Complementary color
Monochromatic Colors of #228530
Black with #228530
Text Example
Text Example
White with #228530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228530; }
p { color: rgb(34,133,48); }
H1.HeaderClassName
{
color: #228530;
}
.AnyTagClassName
{
color: #228530;
}
</style>
background-color css
<style>
a { background-color: #228530; }
a { background-color: rgb(34,133,48); }
div.DivClassName
{
background-color: #228530;
}
.BgClassName
{
background-color: #228530;
}
</style>
border-color css
<style>
span { border-color: #228530; }
span { border-color: rgb(34,133,48); }
td.TdClassName
{
border-color: #228530;
}
.TagClassName
{
border-color: #228530;
}
</style>