Shades of Green #247201
Tints of Green #247201
RGB
CMYK
RGB Variations
Color information
#247201 (or 0x247201) is known color: Green. HEX triplet: 24, 72 and 01. RGB value is (36,114,1). Sum of RGB (Red+Green+Blue) = 36+114+1=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #247201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247201 is #DB8DFE. Grayscale: #4E4E4E. Windows color (decimal): -14388735 or 94756. OLE color: 94756.
HSL color Cylindrical-coordinate representation of color #247201: hue angle of 101.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #247201 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 114 | 1 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.55 |
| HSL | 101.42º | 0.98% | 0.23% | - |
| HSV(B) | 101.42º | 0.99% | 0.45% | - |
| XYZ | 6.75 | 12.41 | 2.07 | - |
| YUV | 77.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 1 | 0.68 | 0 | 0.99 | 0.55 | 101.42 | 0.98 | 0.23 |
| Hex | 24 | 72 | 1 | 44 | 0 | 63 | 37 | 65 | 62 | 17 |
| Octal | 44 | 162 | 1 | 104 | 0 | 143 | 67 | 145 | 142 | 27 |
| Binary | 100100 | 1110010 | 1 | 1000100 | 0 | 1100011 | 110111 | 1100101 | 1100010 | 10111 |
Color Harmonies of #247201
Complementary color
Monochromatic Colors of #247201
Black with #247201
Text Example
Text Example
White with #247201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247201; }
p { color: rgb(36,114,1); }
H1.HeaderClassName
{
color: #247201;
}
.AnyTagClassName
{
color: #247201;
}
</style>
background-color css
<style>
a { background-color: #247201; }
a { background-color: rgb(36,114,1); }
div.DivClassName
{
background-color: #247201;
}
.BgClassName
{
background-color: #247201;
}
</style>
border-color css
<style>
span { border-color: #247201; }
span { border-color: rgb(36,114,1); }
td.TdClassName
{
border-color: #247201;
}
.TagClassName
{
border-color: #247201;
}
</style>