Shades of Forest Green #218123
Tints of Forest Green #218123
RGB
CMYK
RGB Variations
Color information
#218123 (or 0x218123) is known color: Forest Green. HEX triplet: 21, 81 and 23. RGB value is (33,129,35). Sum of RGB (Red+Green+Blue) = 33+129+35=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #218123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218123 is #DE7EDC. Grayscale: #595959. Windows color (decimal): -14581469 or 2326817. OLE color: 2326817.
HSL color Cylindrical-coordinate representation of color #218123: hue angle of 121.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218123 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 35 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.49 |
| HSL | 121.25º | 0.59% | 0.32% | - |
| HSV(B) | 121.25º | 0.74% | 0.51% | - |
| XYZ | 8.78 | 16.15 | 4.24 | - |
| YUV | 89.58 | 97.2 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 35 | 0.74 | 0 | 0.73 | 0.49 | 121.25 | 0.59 | 0.32 |
| Hex | 21 | 81 | 23 | 4A | 0 | 49 | 31 | 79 | 3B | 20 |
| Octal | 41 | 201 | 43 | 112 | 0 | 111 | 61 | 171 | 73 | 40 |
| Binary | 100001 | 10000001 | 100011 | 1001010 | 0 | 1001001 | 110001 | 1111001 | 111011 | 100000 |
Color Harmonies of #218123
Complementary color
Monochromatic Colors of #218123
Black with #218123
Text Example
Text Example
White with #218123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218123; }
p { color: rgb(33,129,35); }
H1.HeaderClassName
{
color: #218123;
}
.AnyTagClassName
{
color: #218123;
}
</style>
background-color css
<style>
a { background-color: #218123; }
a { background-color: rgb(33,129,35); }
div.DivClassName
{
background-color: #218123;
}
.BgClassName
{
background-color: #218123;
}
</style>
border-color css
<style>
span { border-color: #218123; }
span { border-color: rgb(33,129,35); }
td.TdClassName
{
border-color: #218123;
}
.TagClassName
{
border-color: #218123;
}
</style>