Shades of Islamic Green #20B103
Tints of Islamic Green #20B103
RGB
CMYK
RGB Variations
Color information
#20B103 (or 0x20B103) is known color: Islamic Green. HEX triplet: 20, B1 and 03. RGB value is (32,177,3). Sum of RGB (Red+Green+Blue) = 32+177+3=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 177 (69.53% from 255 or 83.49% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 177 - color contains mainly: green. Hex color #20B103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20B103 is #DF4EFC. Grayscale: #727272. Windows color (decimal): -14634749 or 241952. OLE color: 241952.
HSL color Cylindrical-coordinate representation of color #20B103: hue angle of 110º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20B103 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 177 | 3 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.31 |
| HSL | 110º | 0.97% | 0.35% | - |
| HSV(B) | 110º | 0.98% | 0.69% | - |
| XYZ | 16.33 | 31.76 | 5.36 | - |
| YUV | 113.81 | 65.46 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 177 | 3 | 0.82 | 0 | 0.98 | 0.31 | 110 | 0.97 | 0.35 |
| Hex | 20 | B1 | 3 | 52 | 0 | 62 | 1F | 6E | 61 | 23 |
| Octal | 40 | 261 | 3 | 122 | 0 | 142 | 37 | 156 | 141 | 43 |
| Binary | 100000 | 10110001 | 11 | 1010010 | 0 | 1100010 | 11111 | 1101110 | 1100001 | 100011 |
Color Harmonies of #20B103
Complementary color
Monochromatic Colors of #20B103
Black with #20B103
Text Example
Text Example
White with #20B103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B103; }
p { color: rgb(32,177,3); }
H1.HeaderClassName
{
color: #20B103;
}
.AnyTagClassName
{
color: #20B103;
}
</style>
background-color css
<style>
a { background-color: #20B103; }
a { background-color: rgb(32,177,3); }
div.DivClassName
{
background-color: #20B103;
}
.BgClassName
{
background-color: #20B103;
}
</style>
border-color css
<style>
span { border-color: #20B103; }
span { border-color: rgb(32,177,3); }
td.TdClassName
{
border-color: #20B103;
}
.TagClassName
{
border-color: #20B103;
}
</style>