Shades of Forest Green #218C03
Tints of Forest Green #218C03
RGB
CMYK
RGB Variations
Color information
#218C03 (or 0x218C03) is known color: Forest Green. HEX triplet: 21, 8C and 03. RGB value is (33,140,3). Sum of RGB (Red+Green+Blue) = 33+140+3=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 140 (55.08% from 255 or 79.55% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 140 - color contains mainly: green. Hex color #218C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218C03 is #DE73FC. Grayscale: #5C5C5C. Windows color (decimal): -14578685 or 232481. OLE color: 232481.
HSL color Cylindrical-coordinate representation of color #218C03: hue angle of 106.86º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #218C03 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.45 |
| HSL | 106.86º | 0.96% | 0.28% | - |
| HSV(B) | 106.86º | 0.98% | 0.55% | - |
| XYZ | 10.02 | 19.09 | 3.24 | - |
| YUV | 92.39 | 77.55 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 3 | 0.76 | 0 | 0.98 | 0.45 | 106.86 | 0.96 | 0.28 |
| Hex | 21 | 8C | 3 | 4C | 0 | 62 | 2D | 6B | 60 | 1C |
| Octal | 41 | 214 | 3 | 114 | 0 | 142 | 55 | 153 | 140 | 34 |
| Binary | 100001 | 10001100 | 11 | 1001100 | 0 | 1100010 | 101101 | 1101011 | 1100000 | 11100 |
Color Harmonies of #218C03
Complementary color
Monochromatic Colors of #218C03
Black with #218C03
Text Example
Text Example
White with #218C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C03; }
p { color: rgb(33,140,3); }
H1.HeaderClassName
{
color: #218C03;
}
.AnyTagClassName
{
color: #218C03;
}
</style>
background-color css
<style>
a { background-color: #218C03; }
a { background-color: rgb(33,140,3); }
div.DivClassName
{
background-color: #218C03;
}
.BgClassName
{
background-color: #218C03;
}
</style>
border-color css
<style>
span { border-color: #218C03; }
span { border-color: rgb(33,140,3); }
td.TdClassName
{
border-color: #218C03;
}
.TagClassName
{
border-color: #218C03;
}
</style>