Shades of Islamic Green #239F00
Tints of Islamic Green #239F00
RGB
CMYK
RGB Variations
Color information
#239F00 (or 0x239F00) is known color: Islamic Green. HEX triplet: 23, 9F and 00. RGB value is (35,159,0). Sum of RGB (Red+Green+Blue) = 35+159+0=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 159 (62.5% from 255 or 81.96% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 159 - color contains mainly: green. Hex color #239F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #239F00 is #DC60FF. Grayscale: #686868. Windows color (decimal): -14442752 or 40739. OLE color: 40739.
HSL color Cylindrical-coordinate representation of color #239F00: hue angle of 106.79º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #239F00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 159 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.38 |
| HSL | 106.79º | 1% | 0.31% | - |
| HSV(B) | 106.79º | 1% | 0.62% | - |
| XYZ | 13.09 | 25.15 | 4.17 | - |
| YUV | 103.8 | 69.42 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 0 | 0.78 | 0 | 1 | 0.38 | 106.79 | 1 | 0.31 |
| Hex | 23 | 9F | 0 | 4E | 0 | 64 | 26 | 6B | 64 | 1F |
| Octal | 43 | 237 | 0 | 116 | 0 | 144 | 46 | 153 | 144 | 37 |
| Binary | 100011 | 10011111 | 0 | 1001110 | 0 | 1100100 | 100110 | 1101011 | 1100100 | 11111 |
Color Harmonies of #239F00
Complementary color
Monochromatic Colors of #239F00
Black with #239F00
Text Example
Text Example
White with #239F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239F00; }
p { color: rgb(35,159,0); }
H1.HeaderClassName
{
color: #239F00;
}
.AnyTagClassName
{
color: #239F00;
}
</style>
background-color css
<style>
a { background-color: #239F00; }
a { background-color: rgb(35,159,0); }
div.DivClassName
{
background-color: #239F00;
}
.BgClassName
{
background-color: #239F00;
}
</style>
border-color css
<style>
span { border-color: #239F00; }
span { border-color: rgb(35,159,0); }
td.TdClassName
{
border-color: #239F00;
}
.TagClassName
{
border-color: #239F00;
}
</style>