Shades of Islamic Green #029F1D
Tints of Islamic Green #029F1D
RGB
CMYK
RGB Variations
Color information
#029F1D (or 0x029F1D) is known color: Islamic Green. HEX triplet: 02, 9F and 1D. RGB value is (2,159,29). Sum of RGB (Red+Green+Blue) = 2+159+29=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 159 (62.5% from 255 or 83.68% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 159 - color contains mainly: green. Hex color #029F1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F1D is #FD60E2. Grayscale: #616161. Windows color (decimal): -16605411 or 1941250. OLE color: 1941250.
HSL color Cylindrical-coordinate representation of color #029F1D: hue angle of 130.32º 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 #029F1D is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 29 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.38 |
| HSL | 130.32º | 0.98% | 0.32% | - |
| HSV(B) | 130.32º | 0.99% | 0.62% | - |
| XYZ | 12.64 | 24.9 | 5.3 | - |
| YUV | 97.24 | 89.49 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 29 | 0.99 | 0 | 0.82 | 0.38 | 130.32 | 0.98 | 0.32 |
| Hex | 2 | 9F | 1D | 63 | 0 | 52 | 26 | 82 | 62 | 20 |
| Octal | 2 | 237 | 35 | 143 | 0 | 122 | 46 | 202 | 142 | 40 |
| Binary | 10 | 10011111 | 11101 | 1100011 | 0 | 1010010 | 100110 | 10000010 | 1100010 | 100000 |
Color Harmonies of #029F1D
Complementary color
Monochromatic Colors of #029F1D
Black with #029F1D
Text Example
Text Example
White with #029F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F1D; }
p { color: rgb(2,159,29); }
H1.HeaderClassName
{
color: #029F1D;
}
.AnyTagClassName
{
color: #029F1D;
}
</style>
background-color css
<style>
a { background-color: #029F1D; }
a { background-color: rgb(2,159,29); }
div.DivClassName
{
background-color: #029F1D;
}
.BgClassName
{
background-color: #029F1D;
}
</style>
border-color css
<style>
span { border-color: #029F1D; }
span { border-color: rgb(2,159,29); }
td.TdClassName
{
border-color: #029F1D;
}
.TagClassName
{
border-color: #029F1D;
}
</style>