Shades of Green #247002
Tints of Green #247002
RGB
CMYK
RGB Variations
Color information
#247002 (or 0x247002) is known color: Green. HEX triplet: 24, 70 and 02. RGB value is (36,112,2). Sum of RGB (Red+Green+Blue) = 36+112+2=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #247002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247002 is #DB8FFD. Grayscale: #4D4D4D. Windows color (decimal): -14389246 or 159780. OLE color: 159780.
HSL color Cylindrical-coordinate representation of color #247002: hue angle of 101.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #247002 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 112 | 2 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.56 |
| HSL | 101.45º | 0.96% | 0.22% | - |
| HSV(B) | 101.45º | 0.98% | 0.44% | - |
| XYZ | 6.53 | 11.97 | 2.02 | - |
| YUV | 76.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 2 | 0.68 | 0 | 0.98 | 0.56 | 101.45 | 0.96 | 0.22 |
| Hex | 24 | 70 | 2 | 44 | 0 | 62 | 38 | 65 | 60 | 16 |
| Octal | 44 | 160 | 2 | 104 | 0 | 142 | 70 | 145 | 140 | 26 |
| Binary | 100100 | 1110000 | 10 | 1000100 | 0 | 1100010 | 111000 | 1100101 | 1100000 | 10110 |
Color Harmonies of #247002
Complementary color
Monochromatic Colors of #247002
Black with #247002
Text Example
Text Example
White with #247002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247002; }
p { color: rgb(36,112,2); }
H1.HeaderClassName
{
color: #247002;
}
.AnyTagClassName
{
color: #247002;
}
</style>
background-color css
<style>
a { background-color: #247002; }
a { background-color: rgb(36,112,2); }
div.DivClassName
{
background-color: #247002;
}
.BgClassName
{
background-color: #247002;
}
</style>
border-color css
<style>
span { border-color: #247002; }
span { border-color: rgb(36,112,2); }
td.TdClassName
{
border-color: #247002;
}
.TagClassName
{
border-color: #247002;
}
</style>