Shades of Forest Green #218A1A
Tints of Forest Green #218A1A
RGB
CMYK
RGB Variations
Color information
#218A1A (or 0x218A1A) is known color: Forest Green. HEX triplet: 21, 8A and 1A. RGB value is (33,138,26). Sum of RGB (Red+Green+Blue) = 33+138+26=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #218A1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A1A is #DE75E5. Grayscale: #5E5E5E. Windows color (decimal): -14579174 or 1739297. OLE color: 1739297.
HSL color Cylindrical-coordinate representation of color #218A1A: hue angle of 116.25º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218A1A is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 26 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.46 |
| HSL | 116.25º | 0.68% | 0.32% | - |
| HSV(B) | 116.25º | 0.81% | 0.54% | - |
| XYZ | 9.9 | 18.57 | 4.04 | - |
| YUV | 93.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 26 | 0.76 | 0 | 0.81 | 0.46 | 116.25 | 0.68 | 0.32 |
| Hex | 21 | 8A | 1A | 4C | 0 | 51 | 2E | 74 | 44 | 20 |
| Octal | 41 | 212 | 32 | 114 | 0 | 121 | 56 | 164 | 104 | 40 |
| Binary | 100001 | 10001010 | 11010 | 1001100 | 0 | 1010001 | 101110 | 1110100 | 1000100 | 100000 |
Color Harmonies of #218A1A
Complementary color
Monochromatic Colors of #218A1A
Black with #218A1A
Text Example
Text Example
White with #218A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A1A; }
p { color: rgb(33,138,26); }
H1.HeaderClassName
{
color: #218A1A;
}
.AnyTagClassName
{
color: #218A1A;
}
</style>
background-color css
<style>
a { background-color: #218A1A; }
a { background-color: rgb(33,138,26); }
div.DivClassName
{
background-color: #218A1A;
}
.BgClassName
{
background-color: #218A1A;
}
</style>
border-color css
<style>
span { border-color: #218A1A; }
span { border-color: rgb(33,138,26); }
td.TdClassName
{
border-color: #218A1A;
}
.TagClassName
{
border-color: #218A1A;
}
</style>