Shades of Islamic Green #029C01
Tints of Islamic Green #029C01
RGB
CMYK
RGB Variations
Color information
#029C01 (or 0x029C01) is known color: Islamic Green. HEX triplet: 02, 9C and 01. RGB value is (2,156,1). Sum of RGB (Red+Green+Blue) = 2+156+1=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 156 (61.33% from 255 or 98.11% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 156 - color contains mainly: green. Hex color #029C01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029C01 is #FD63FE. Grayscale: #5C5C5C. Windows color (decimal): -16606207 or 105474. OLE color: 105474.
HSL color Cylindrical-coordinate representation of color #029C01: hue angle of 119.61º degrees, saturation: 0.99, 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 #029C01 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 156 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.39 |
| HSL | 119.61º | 0.99% | 0.31% | - |
| HSV(B) | 119.61º | 0.99% | 0.61% | - |
| XYZ | 11.92 | 23.79 | 3.99 | - |
| YUV | 92.28 | 76.48 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 1 | 0.99 | 0 | 0.99 | 0.39 | 119.61 | 0.99 | 0.31 |
| Hex | 2 | 9C | 1 | 63 | 0 | 63 | 27 | 78 | 63 | 1F |
| Octal | 2 | 234 | 1 | 143 | 0 | 143 | 47 | 170 | 143 | 37 |
| Binary | 10 | 10011100 | 1 | 1100011 | 0 | 1100011 | 100111 | 1111000 | 1100011 | 11111 |
Color Harmonies of #029C01
Complementary color
Monochromatic Colors of #029C01
Black with #029C01
Text Example
Text Example
White with #029C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029C01; }
p { color: rgb(2,156,1); }
H1.HeaderClassName
{
color: #029C01;
}
.AnyTagClassName
{
color: #029C01;
}
</style>
background-color css
<style>
a { background-color: #029C01; }
a { background-color: rgb(2,156,1); }
div.DivClassName
{
background-color: #029C01;
}
.BgClassName
{
background-color: #029C01;
}
</style>
border-color css
<style>
span { border-color: #029C01; }
span { border-color: rgb(2,156,1); }
td.TdClassName
{
border-color: #029C01;
}
.TagClassName
{
border-color: #029C01;
}
</style>