Shades of Green #247000
Tints of Green #247000
RGB
CMYK
RGB Variations
Color information
#247000 (or 0x247000) is known color: Green. HEX triplet: 24, 70 and 00. RGB value is (36,112,0). Sum of RGB (Red+Green+Blue) = 36+112+0=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #247000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247000 is #DB8FFF. Grayscale: #4C4C4C. Windows color (decimal): -14389248 or 28708. OLE color: 28708.
HSL color Cylindrical-coordinate representation of color #247000: hue angle of 100.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #247000 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 112 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.56 |
| HSL | 100.71º | 1% | 0.22% | - |
| HSV(B) | 100.71º | 1% | 0.44% | - |
| XYZ | 6.52 | 11.96 | 1.97 | - |
| YUV | 76.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 0 | 0.68 | 0 | 1 | 0.56 | 100.71 | 1 | 0.22 |
| Hex | 24 | 70 | 0 | 44 | 0 | 64 | 38 | 65 | 64 | 16 |
| Octal | 44 | 160 | 0 | 104 | 0 | 144 | 70 | 145 | 144 | 26 |
| Binary | 100100 | 1110000 | 0 | 1000100 | 0 | 1100100 | 111000 | 1100101 | 1100100 | 10110 |
Color Harmonies of #247000
Complementary color
Monochromatic Colors of #247000
Black with #247000
Text Example
Text Example
White with #247000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247000; }
p { color: rgb(36,112,0); }
H1.HeaderClassName
{
color: #247000;
}
.AnyTagClassName
{
color: #247000;
}
</style>
background-color css
<style>
a { background-color: #247000; }
a { background-color: rgb(36,112,0); }
div.DivClassName
{
background-color: #247000;
}
.BgClassName
{
background-color: #247000;
}
</style>
border-color css
<style>
span { border-color: #247000; }
span { border-color: rgb(36,112,0); }
td.TdClassName
{
border-color: #247000;
}
.TagClassName
{
border-color: #247000;
}
</style>