Shades of Islamic Green #20B702
Tints of Islamic Green #20B702
RGB
CMYK
RGB Variations
Color information
#20B702 (or 0x20B702) is known color: Islamic Green. HEX triplet: 20, B7 and 02. RGB value is (32,183,2). Sum of RGB (Red+Green+Blue) = 32+183+2=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 183 (71.88% from 255 or 84.33% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 183 - color contains mainly: green. Hex color #20B702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B702 is #DF48FD. Grayscale: #757575. Windows color (decimal): -14633214 or 177952. OLE color: 177952.
HSL color Cylindrical-coordinate representation of color #20B702: hue angle of 110.06º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20B702 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.28 |
| HSL | 110.06º | 0.98% | 0.36% | - |
| HSV(B) | 110.06º | 0.99% | 0.72% | - |
| XYZ | 17.54 | 34.18 | 5.73 | - |
| YUV | 117.22 | 62.97 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 2 | 0.83 | 0 | 0.99 | 0.28 | 110.06 | 0.98 | 0.36 |
| Hex | 20 | B7 | 2 | 53 | 0 | 63 | 1C | 6E | 62 | 24 |
| Octal | 40 | 267 | 2 | 123 | 0 | 143 | 34 | 156 | 142 | 44 |
| Binary | 100000 | 10110111 | 10 | 1010011 | 0 | 1100011 | 11100 | 1101110 | 1100010 | 100100 |
Color Harmonies of #20B702
Complementary color
Monochromatic Colors of #20B702
Black with #20B702
Text Example
Text Example
White with #20B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B702; }
p { color: rgb(32,183,2); }
H1.HeaderClassName
{
color: #20B702;
}
.AnyTagClassName
{
color: #20B702;
}
</style>
background-color css
<style>
a { background-color: #20B702; }
a { background-color: rgb(32,183,2); }
div.DivClassName
{
background-color: #20B702;
}
.BgClassName
{
background-color: #20B702;
}
</style>
border-color css
<style>
span { border-color: #20B702; }
span { border-color: rgb(32,183,2); }
td.TdClassName
{
border-color: #20B702;
}
.TagClassName
{
border-color: #20B702;
}
</style>