Shades of Islamic Green #249B00
Tints of Islamic Green #249B00
RGB
CMYK
RGB Variations
Color information
#249B00 (or 0x249B00) is known color: Islamic Green. HEX triplet: 24, 9B and 00. RGB value is (36,155,0). Sum of RGB (Red+Green+Blue) = 36+155+0=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 155 (60.94% from 255 or 81.15% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 155 - color contains mainly: green. Hex color #249B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #249B00 is #DB64FF. Grayscale: #666666. Windows color (decimal): -14378240 or 39716. OLE color: 39716.
HSL color Cylindrical-coordinate representation of color #249B00: hue angle of 106.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #249B00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.39 |
| HSL | 106.06º | 1% | 0.3% | - |
| HSV(B) | 106.06º | 1% | 0.61% | - |
| XYZ | 12.45 | 23.82 | 3.94 | - |
| YUV | 101.75 | 70.58 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 0 | 0.77 | 0 | 1 | 0.39 | 106.06 | 1 | 0.3 |
| Hex | 24 | 9B | 0 | 4D | 0 | 64 | 27 | 6A | 64 | 1E |
| Octal | 44 | 233 | 0 | 115 | 0 | 144 | 47 | 152 | 144 | 36 |
| Binary | 100100 | 10011011 | 0 | 1001101 | 0 | 1100100 | 100111 | 1101010 | 1100100 | 11110 |
Color Harmonies of #249B00
Complementary color
Monochromatic Colors of #249B00
Black with #249B00
Text Example
Text Example
White with #249B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B00; }
p { color: rgb(36,155,0); }
H1.HeaderClassName
{
color: #249B00;
}
.AnyTagClassName
{
color: #249B00;
}
</style>
background-color css
<style>
a { background-color: #249B00; }
a { background-color: rgb(36,155,0); }
div.DivClassName
{
background-color: #249B00;
}
.BgClassName
{
background-color: #249B00;
}
</style>
border-color css
<style>
span { border-color: #249B00; }
span { border-color: rgb(36,155,0); }
td.TdClassName
{
border-color: #249B00;
}
.TagClassName
{
border-color: #249B00;
}
</style>