Shades of Forest Green #218A07
Tints of Forest Green #218A07
RGB
CMYK
RGB Variations
Color information
#218A07 (or 0x218A07) is known color: Forest Green. HEX triplet: 21, 8A and 07. RGB value is (33,138,7). Sum of RGB (Red+Green+Blue) = 33+138+7=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 138 (54.30% from 255 or 77.53% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 138 - color contains mainly: green. Hex color #218A07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218A07 is #DE75F8. Grayscale: #5C5C5C. Windows color (decimal): -14579193 or 494113. OLE color: 494113.
HSL color Cylindrical-coordinate representation of color #218A07: hue angle of 108.09º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #218A07 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 7 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.46 |
| HSL | 108.09º | 0.9% | 0.28% | - |
| HSV(B) | 108.09º | 0.95% | 0.54% | - |
| XYZ | 9.75 | 18.52 | 3.26 | - |
| YUV | 91.67 | 80.21 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 7 | 0.76 | 0 | 0.95 | 0.46 | 108.09 | 0.9 | 0.28 |
| Hex | 21 | 8A | 7 | 4C | 0 | 5F | 2E | 6C | 5A | 1C |
| Octal | 41 | 212 | 7 | 114 | 0 | 137 | 56 | 154 | 132 | 34 |
| Binary | 100001 | 10001010 | 111 | 1001100 | 0 | 1011111 | 101110 | 1101100 | 1011010 | 11100 |
Color Harmonies of #218A07
Complementary color
Monochromatic Colors of #218A07
Black with #218A07
Text Example
Text Example
White with #218A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A07; }
p { color: rgb(33,138,7); }
H1.HeaderClassName
{
color: #218A07;
}
.AnyTagClassName
{
color: #218A07;
}
</style>
background-color css
<style>
a { background-color: #218A07; }
a { background-color: rgb(33,138,7); }
div.DivClassName
{
background-color: #218A07;
}
.BgClassName
{
background-color: #218A07;
}
</style>
border-color css
<style>
span { border-color: #218A07; }
span { border-color: rgb(33,138,7); }
td.TdClassName
{
border-color: #218A07;
}
.TagClassName
{
border-color: #218A07;
}
</style>