Shades of Islamic Green #1F9C02
Tints of Islamic Green #1F9C02
RGB
CMYK
RGB Variations
Color information
#1F9C02 (or 0x1F9C02) is known color: Islamic Green. HEX triplet: 1F, 9C and 02. RGB value is (31,156,2). Sum of RGB (Red+Green+Blue) = 31+156+2=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 156 (61.33% from 255 or 82.54% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9C02 is #E063FD. Grayscale: #656565. Windows color (decimal): -14705662 or 171039. OLE color: 171039.
HSL color Cylindrical-coordinate representation of color #1F9C02: hue angle of 108.7º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F9C02 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.39 |
| HSL | 108.7º | 0.97% | 0.31% | - |
| HSV(B) | 108.7º | 0.99% | 0.61% | - |
| XYZ | 12.46 | 24.07 | 4.05 | - |
| YUV | 101.07 | 72.09 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 2 | 0.80 | 0 | 0.99 | 0.39 | 108.7 | 0.97 | 0.31 |
| Hex | 1F | 9C | 2 | 50 | 0 | 63 | 27 | 6D | 61 | 1F |
| Octal | 37 | 234 | 2 | 120 | 0 | 143 | 47 | 155 | 141 | 37 |
| Binary | 11111 | 10011100 | 10 | 1010000 | 0 | 1100011 | 100111 | 1101101 | 1100001 | 11111 |
Color Harmonies of #1F9C02
Complementary color
Monochromatic Colors of #1F9C02
Black with #1F9C02
Text Example
Text Example
White with #1F9C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C02; }
p { color: rgb(31,156,2); }
H1.HeaderClassName
{
color: #1F9C02;
}
.AnyTagClassName
{
color: #1F9C02;
}
</style>
background-color css
<style>
a { background-color: #1F9C02; }
a { background-color: rgb(31,156,2); }
div.DivClassName
{
background-color: #1F9C02;
}
.BgClassName
{
background-color: #1F9C02;
}
</style>
border-color css
<style>
span { border-color: #1F9C02; }
span { border-color: rgb(31,156,2); }
td.TdClassName
{
border-color: #1F9C02;
}
.TagClassName
{
border-color: #1F9C02;
}
</style>