Shades of Forest Green #248203
Tints of Forest Green #248203
RGB
CMYK
RGB Variations
Color information
#248203 (or 0x248203) is known color: Forest Green. HEX triplet: 24, 82 and 03. RGB value is (36,130,3). Sum of RGB (Red+Green+Blue) = 36+130+3=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #248203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248203 is #DB7DFC. Grayscale: #575757. Windows color (decimal): -14384637 or 229924. OLE color: 229924.
HSL color Cylindrical-coordinate representation of color #248203: hue angle of 104.41º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #248203 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 3 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.49 |
| HSL | 104.41º | 0.95% | 0.26% | - |
| HSV(B) | 104.41º | 0.98% | 0.51% | - |
| XYZ | 8.73 | 16.35 | 2.78 | - |
| YUV | 87.42 | 80.36 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 3 | 0.72 | 0 | 0.98 | 0.49 | 104.41 | 0.95 | 0.26 |
| Hex | 24 | 82 | 3 | 48 | 0 | 62 | 31 | 68 | 5F | 1A |
| Octal | 44 | 202 | 3 | 110 | 0 | 142 | 61 | 150 | 137 | 32 |
| Binary | 100100 | 10000010 | 11 | 1001000 | 0 | 1100010 | 110001 | 1101000 | 1011111 | 11010 |
Color Harmonies of #248203
Complementary color
Monochromatic Colors of #248203
Black with #248203
Text Example
Text Example
White with #248203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248203; }
p { color: rgb(36,130,3); }
H1.HeaderClassName
{
color: #248203;
}
.AnyTagClassName
{
color: #248203;
}
</style>
background-color css
<style>
a { background-color: #248203; }
a { background-color: rgb(36,130,3); }
div.DivClassName
{
background-color: #248203;
}
.BgClassName
{
background-color: #248203;
}
</style>
border-color css
<style>
span { border-color: #248203; }
span { border-color: rgb(36,130,3); }
td.TdClassName
{
border-color: #248203;
}
.TagClassName
{
border-color: #248203;
}
</style>