Shades of Islamic Green #029B0D
Tints of Islamic Green #029B0D
RGB
CMYK
RGB Variations
Color information
#029B0D (or 0x029B0D) is known color: Islamic Green. HEX triplet: 02, 9B and 0D. RGB value is (2,155,13). Sum of RGB (Red+Green+Blue) = 2+155+13=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 155 (60.94% from 255 or 91.18% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 155 - color contains mainly: green. Hex color #029B0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029B0D is #FD64F2. Grayscale: #5D5D5D. Windows color (decimal): -16606451 or 891650. OLE color: 891650.
HSL color Cylindrical-coordinate representation of color #029B0D: hue angle of 124.31º 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 #029B0D is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 13 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.39 |
| HSL | 124.31º | 0.97% | 0.31% | - |
| HSV(B) | 124.31º | 0.99% | 0.61% | - |
| XYZ | 11.82 | 23.48 | 4.29 | - |
| YUV | 93.07 | 82.81 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 13 | 0.99 | 0 | 0.92 | 0.39 | 124.31 | 0.97 | 0.31 |
| Hex | 2 | 9B | D | 63 | 0 | 5C | 27 | 7C | 61 | 1F |
| Octal | 2 | 233 | 15 | 143 | 0 | 134 | 47 | 174 | 141 | 37 |
| Binary | 10 | 10011011 | 1101 | 1100011 | 0 | 1011100 | 100111 | 1111100 | 1100001 | 11111 |
Color Harmonies of #029B0D
Complementary color
Monochromatic Colors of #029B0D
Black with #029B0D
Text Example
Text Example
White with #029B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B0D; }
p { color: rgb(2,155,13); }
H1.HeaderClassName
{
color: #029B0D;
}
.AnyTagClassName
{
color: #029B0D;
}
</style>
background-color css
<style>
a { background-color: #029B0D; }
a { background-color: rgb(2,155,13); }
div.DivClassName
{
background-color: #029B0D;
}
.BgClassName
{
background-color: #029B0D;
}
</style>
border-color css
<style>
span { border-color: #029B0D; }
span { border-color: rgb(2,155,13); }
td.TdClassName
{
border-color: #029B0D;
}
.TagClassName
{
border-color: #029B0D;
}
</style>