Shades of Islamic Green #029F1C
Tints of Islamic Green #029F1C
RGB
CMYK
RGB Variations
Color information
#029F1C (or 0x029F1C) is known color: Islamic Green. HEX triplet: 02, 9F and 1C. RGB value is (2,159,28). Sum of RGB (Red+Green+Blue) = 2+159+28=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 159 (62.5% from 255 or 84.13% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 159 - color contains mainly: green. Hex color #029F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F1C is #FD60E3. Grayscale: #616161. Windows color (decimal): -16605412 or 1875714. OLE color: 1875714.
HSL color Cylindrical-coordinate representation of color #029F1C: hue angle of 129.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F1C is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 28 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.38 |
| HSL | 129.94º | 0.98% | 0.32% | - |
| HSV(B) | 129.94º | 0.99% | 0.62% | - |
| XYZ | 12.63 | 24.89 | 5.24 | - |
| YUV | 97.12 | 88.99 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 28 | 0.99 | 0 | 0.82 | 0.38 | 129.94 | 0.98 | 0.32 |
| Hex | 2 | 9F | 1C | 63 | 0 | 52 | 26 | 82 | 62 | 20 |
| Octal | 2 | 237 | 34 | 143 | 0 | 122 | 46 | 202 | 142 | 40 |
| Binary | 10 | 10011111 | 11100 | 1100011 | 0 | 1010010 | 100110 | 10000010 | 1100010 | 100000 |
Color Harmonies of #029F1C
Complementary color
Monochromatic Colors of #029F1C
Black with #029F1C
Text Example
Text Example
White with #029F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F1C; }
p { color: rgb(2,159,28); }
H1.HeaderClassName
{
color: #029F1C;
}
.AnyTagClassName
{
color: #029F1C;
}
</style>
background-color css
<style>
a { background-color: #029F1C; }
a { background-color: rgb(2,159,28); }
div.DivClassName
{
background-color: #029F1C;
}
.BgClassName
{
background-color: #029F1C;
}
</style>
border-color css
<style>
span { border-color: #029F1C; }
span { border-color: rgb(2,159,28); }
td.TdClassName
{
border-color: #029F1C;
}
.TagClassName
{
border-color: #029F1C;
}
</style>