Shades of Islamic Green #20B30F
Tints of Islamic Green #20B30F
RGB
CMYK
RGB Variations
Color information
#20B30F (or 0x20B30F) is known color: Islamic Green. HEX triplet: 20, B3 and 0F. RGB value is (32,179,15). Sum of RGB (Red+Green+Blue) = 32+179+15=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 179 (70.31% from 255 or 79.20% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 179 - color contains mainly: green. Hex color #20B30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B30F is #DF4CF0. Grayscale: #747474. Windows color (decimal): -14634225 or 1028896. OLE color: 1028896.
HSL color Cylindrical-coordinate representation of color #20B30F: hue angle of 113.78º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20B30F is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 179 | 15 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.30 |
| HSL | 113.78º | 0.85% | 0.38% | - |
| HSV(B) | 113.78º | 0.92% | 0.7% | - |
| XYZ | 16.8 | 32.58 | 5.86 | - |
| YUV | 116.35 | 70.8 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 15 | 0.82 | 0 | 0.92 | 0.30 | 113.78 | 0.85 | 0.38 |
| Hex | 20 | B3 | F | 52 | 0 | 5C | 1E | 72 | 55 | 26 |
| Octal | 40 | 263 | 17 | 122 | 0 | 134 | 36 | 162 | 125 | 46 |
| Binary | 100000 | 10110011 | 1111 | 1010010 | 0 | 1011100 | 11110 | 1110010 | 1010101 | 100110 |
Color Harmonies of #20B30F
Complementary color
Monochromatic Colors of #20B30F
Black with #20B30F
Text Example
Text Example
White with #20B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B30F; }
p { color: rgb(32,179,15); }
H1.HeaderClassName
{
color: #20B30F;
}
.AnyTagClassName
{
color: #20B30F;
}
</style>
background-color css
<style>
a { background-color: #20B30F; }
a { background-color: rgb(32,179,15); }
div.DivClassName
{
background-color: #20B30F;
}
.BgClassName
{
background-color: #20B30F;
}
</style>
border-color css
<style>
span { border-color: #20B30F; }
span { border-color: rgb(32,179,15); }
td.TdClassName
{
border-color: #20B30F;
}
.TagClassName
{
border-color: #20B30F;
}
</style>