Shades of Islamic Green #1F9602
Tints of Islamic Green #1F9602
RGB
CMYK
RGB Variations
Color information
#1F9602 (or 0x1F9602) is known color: Islamic Green. HEX triplet: 1F, 96 and 02. RGB value is (31,150,2). Sum of RGB (Red+Green+Blue) = 31+150+2=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 150 (58.98% from 255 or 81.97% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9602 is #E069FD. Grayscale: #626262. Windows color (decimal): -14707198 or 169503. OLE color: 169503.
HSL color Cylindrical-coordinate representation of color #1F9602: hue angle of 108.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F9602 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.41 |
| HSL | 108.24º | 0.97% | 0.3% | - |
| HSV(B) | 108.24º | 0.99% | 0.59% | - |
| XYZ | 11.48 | 22.11 | 3.72 | - |
| YUV | 97.55 | 74.08 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 2 | 0.79 | 0 | 0.99 | 0.41 | 108.24 | 0.97 | 0.3 |
| Hex | 1F | 96 | 2 | 4F | 0 | 63 | 29 | 6C | 61 | 1E |
| Octal | 37 | 226 | 2 | 117 | 0 | 143 | 51 | 154 | 141 | 36 |
| Binary | 11111 | 10010110 | 10 | 1001111 | 0 | 1100011 | 101001 | 1101100 | 1100001 | 11110 |
Color Harmonies of #1F9602
Complementary color
Monochromatic Colors of #1F9602
Black with #1F9602
Text Example
Text Example
White with #1F9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9602; }
p { color: rgb(31,150,2); }
H1.HeaderClassName
{
color: #1F9602;
}
.AnyTagClassName
{
color: #1F9602;
}
</style>
background-color css
<style>
a { background-color: #1F9602; }
a { background-color: rgb(31,150,2); }
div.DivClassName
{
background-color: #1F9602;
}
.BgClassName
{
background-color: #1F9602;
}
</style>
border-color css
<style>
span { border-color: #1F9602; }
span { border-color: rgb(31,150,2); }
td.TdClassName
{
border-color: #1F9602;
}
.TagClassName
{
border-color: #1F9602;
}
</style>