Shades of Forest Green #248A1A
Tints of Forest Green #248A1A
RGB
CMYK
RGB Variations
Color information
#248A1A (or 0x248A1A) is known color: Forest Green. HEX triplet: 24, 8A and 1A. RGB value is (36,138,26). Sum of RGB (Red+Green+Blue) = 36+138+26=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #248A1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A1A is #DB75E5. Grayscale: #5F5F5F. Windows color (decimal): -14382566 or 1739300. OLE color: 1739300.
HSL color Cylindrical-coordinate representation of color #248A1A: hue angle of 114.64º 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 #248A1A is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 26 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.46 |
| HSL | 114.64º | 0.68% | 0.32% | - |
| HSV(B) | 114.64º | 0.81% | 0.54% | - |
| XYZ | 10 | 18.63 | 4.05 | - |
| YUV | 94.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 26 | 0.74 | 0 | 0.81 | 0.46 | 114.64 | 0.68 | 0.32 |
| Hex | 24 | 8A | 1A | 4A | 0 | 51 | 2E | 73 | 44 | 20 |
| Octal | 44 | 212 | 32 | 112 | 0 | 121 | 56 | 163 | 104 | 40 |
| Binary | 100100 | 10001010 | 11010 | 1001010 | 0 | 1010001 | 101110 | 1110011 | 1000100 | 100000 |
Color Harmonies of #248A1A
Complementary color
Monochromatic Colors of #248A1A
Black with #248A1A
Text Example
Text Example
White with #248A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A1A; }
p { color: rgb(36,138,26); }
H1.HeaderClassName
{
color: #248A1A;
}
.AnyTagClassName
{
color: #248A1A;
}
</style>
background-color css
<style>
a { background-color: #248A1A; }
a { background-color: rgb(36,138,26); }
div.DivClassName
{
background-color: #248A1A;
}
.BgClassName
{
background-color: #248A1A;
}
</style>
border-color css
<style>
span { border-color: #248A1A; }
span { border-color: rgb(36,138,26); }
td.TdClassName
{
border-color: #248A1A;
}
.TagClassName
{
border-color: #248A1A;
}
</style>