Shades of Islamic Green #20B602
Tints of Islamic Green #20B602
RGB
CMYK
RGB Variations
Color information
#20B602 (or 0x20B602) is known color: Islamic Green. HEX triplet: 20, B6 and 02. RGB value is (32,182,2). Sum of RGB (Red+Green+Blue) = 32+182+2=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 182 (71.48% from 255 or 84.26% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 182 - color contains mainly: green. Hex color #20B602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B602 is #DF49FD. Grayscale: #757575. Windows color (decimal): -14633470 or 177696. OLE color: 177696.
HSL color Cylindrical-coordinate representation of color #20B602: hue angle of 110º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20B602 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 182 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.29 |
| HSL | 110º | 0.98% | 0.36% | - |
| HSV(B) | 110º | 0.99% | 0.71% | - |
| XYZ | 17.33 | 33.77 | 5.66 | - |
| YUV | 116.63 | 63.31 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 2 | 0.82 | 0 | 0.99 | 0.29 | 110 | 0.98 | 0.36 |
| Hex | 20 | B6 | 2 | 52 | 0 | 63 | 1D | 6E | 62 | 24 |
| Octal | 40 | 266 | 2 | 122 | 0 | 143 | 35 | 156 | 142 | 44 |
| Binary | 100000 | 10110110 | 10 | 1010010 | 0 | 1100011 | 11101 | 1101110 | 1100010 | 100100 |
Color Harmonies of #20B602
Complementary color
Monochromatic Colors of #20B602
Black with #20B602
Text Example
Text Example
White with #20B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B602; }
p { color: rgb(32,182,2); }
H1.HeaderClassName
{
color: #20B602;
}
.AnyTagClassName
{
color: #20B602;
}
</style>
background-color css
<style>
a { background-color: #20B602; }
a { background-color: rgb(32,182,2); }
div.DivClassName
{
background-color: #20B602;
}
.BgClassName
{
background-color: #20B602;
}
</style>
border-color css
<style>
span { border-color: #20B602; }
span { border-color: rgb(32,182,2); }
td.TdClassName
{
border-color: #20B602;
}
.TagClassName
{
border-color: #20B602;
}
</style>