Shades of Islamic Green #039D20
Tints of Islamic Green #039D20
RGB
CMYK
RGB Variations
Color information
#039D20 (or 0x039D20) is known color: Islamic Green. HEX triplet: 03, 9D and 20. RGB value is (3,157,32). Sum of RGB (Red+Green+Blue) = 3+157+32=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 157 (61.72% from 255 or 81.77% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 157 - color contains mainly: green. Hex color #039D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039D20 is #FC62DF. Grayscale: #616161. Windows color (decimal): -16540384 or 2137347. OLE color: 2137347.
HSL color Cylindrical-coordinate representation of color #039D20: hue angle of 131.3º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039D20 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 157 | 32 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.38 |
| HSL | 131.3º | 0.96% | 0.31% | - |
| HSV(B) | 131.3º | 0.98% | 0.62% | - |
| XYZ | 12.36 | 24.24 | 5.39 | - |
| YUV | 96.7 | 91.48 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 32 | 0.98 | 0 | 0.80 | 0.38 | 131.3 | 0.96 | 0.31 |
| Hex | 3 | 9D | 20 | 62 | 0 | 50 | 26 | 83 | 60 | 1F |
| Octal | 3 | 235 | 40 | 142 | 0 | 120 | 46 | 203 | 140 | 37 |
| Binary | 11 | 10011101 | 100000 | 1100010 | 0 | 1010000 | 100110 | 10000011 | 1100000 | 11111 |
Color Harmonies of #039D20
Complementary color
Monochromatic Colors of #039D20
Black with #039D20
Text Example
Text Example
White with #039D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039D20; }
p { color: rgb(3,157,32); }
H1.HeaderClassName
{
color: #039D20;
}
.AnyTagClassName
{
color: #039D20;
}
</style>
background-color css
<style>
a { background-color: #039D20; }
a { background-color: rgb(3,157,32); }
div.DivClassName
{
background-color: #039D20;
}
.BgClassName
{
background-color: #039D20;
}
</style>
border-color css
<style>
span { border-color: #039D20; }
span { border-color: rgb(3,157,32); }
td.TdClassName
{
border-color: #039D20;
}
.TagClassName
{
border-color: #039D20;
}
</style>