Shades of Forest Green #248123
Tints of Forest Green #248123
RGB
CMYK
RGB Variations
Color information
#248123 (or 0x248123) is known color: Forest Green. HEX triplet: 24, 81 and 23. RGB value is (36,129,35). Sum of RGB (Red+Green+Blue) = 36+129+35=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #248123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248123 is #DB7EDC. Grayscale: #5A5A5A. Windows color (decimal): -14384861 or 2326820. OLE color: 2326820.
HSL color Cylindrical-coordinate representation of color #248123: hue angle of 119.36º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248123 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 35 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.49 |
| HSL | 119.36º | 0.57% | 0.32% | - |
| HSV(B) | 119.36º | 0.73% | 0.51% | - |
| XYZ | 8.88 | 16.2 | 4.25 | - |
| YUV | 90.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 35 | 0.72 | 0 | 0.73 | 0.49 | 119.36 | 0.57 | 0.32 |
| Hex | 24 | 81 | 23 | 48 | 0 | 49 | 31 | 77 | 39 | 20 |
| Octal | 44 | 201 | 43 | 110 | 0 | 111 | 61 | 167 | 71 | 40 |
| Binary | 100100 | 10000001 | 100011 | 1001000 | 0 | 1001001 | 110001 | 1110111 | 111001 | 100000 |
Color Harmonies of #248123
Complementary color
Monochromatic Colors of #248123
Black with #248123
Text Example
Text Example
White with #248123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248123; }
p { color: rgb(36,129,35); }
H1.HeaderClassName
{
color: #248123;
}
.AnyTagClassName
{
color: #248123;
}
</style>
background-color css
<style>
a { background-color: #248123; }
a { background-color: rgb(36,129,35); }
div.DivClassName
{
background-color: #248123;
}
.BgClassName
{
background-color: #248123;
}
</style>
border-color css
<style>
span { border-color: #248123; }
span { border-color: rgb(36,129,35); }
td.TdClassName
{
border-color: #248123;
}
.TagClassName
{
border-color: #248123;
}
</style>