Shades of Islamic Green #029B20
Tints of Islamic Green #029B20
RGB
CMYK
RGB Variations
Color information
#029B20 (or 0x029B20) is known color: Islamic Green. HEX triplet: 02, 9B and 20. RGB value is (2,155,32). Sum of RGB (Red+Green+Blue) = 2+155+32=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 155 (60.94% from 255 or 82.01% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 155 - color contains mainly: green. Hex color #029B20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029B20 is #FD64DF. Grayscale: #5F5F5F. Windows color (decimal): -16606432 or 2136834. OLE color: 2136834.
HSL color Cylindrical-coordinate representation of color #029B20: hue angle of 131.76º 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 #029B20 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 32 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.39 |
| HSL | 131.76º | 0.97% | 0.31% | - |
| HSV(B) | 131.76º | 0.99% | 0.61% | - |
| XYZ | 12.01 | 23.56 | 5.28 | - |
| YUV | 95.23 | 92.31 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 32 | 0.99 | 0 | 0.79 | 0.39 | 131.76 | 0.97 | 0.31 |
| Hex | 2 | 9B | 20 | 63 | 0 | 4F | 27 | 84 | 61 | 1F |
| Octal | 2 | 233 | 40 | 143 | 0 | 117 | 47 | 204 | 141 | 37 |
| Binary | 10 | 10011011 | 100000 | 1100011 | 0 | 1001111 | 100111 | 10000100 | 1100001 | 11111 |
Color Harmonies of #029B20
Complementary color
Monochromatic Colors of #029B20
Black with #029B20
Text Example
Text Example
White with #029B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B20; }
p { color: rgb(2,155,32); }
H1.HeaderClassName
{
color: #029B20;
}
.AnyTagClassName
{
color: #029B20;
}
</style>
background-color css
<style>
a { background-color: #029B20; }
a { background-color: rgb(2,155,32); }
div.DivClassName
{
background-color: #029B20;
}
.BgClassName
{
background-color: #029B20;
}
</style>
border-color css
<style>
span { border-color: #029B20; }
span { border-color: rgb(2,155,32); }
td.TdClassName
{
border-color: #029B20;
}
.TagClassName
{
border-color: #029B20;
}
</style>