Shades of Islamic Green #03921F
Tints of Islamic Green #03921F
RGB
CMYK
RGB Variations
Color information
#03921F (or 0x03921F) is known color: Islamic Green. HEX triplet: 03, 92 and 1F. RGB value is (3,146,31). Sum of RGB (Red+Green+Blue) = 3+146+31=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 146 (57.42% from 255 or 81.11% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 146 - color contains mainly: green. Hex color #03921F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03921F is #FC6DE0. Grayscale: #5A5A5A. Windows color (decimal): -16543201 or 2068995. OLE color: 2068995.
HSL color Cylindrical-coordinate representation of color #03921F: hue angle of 131.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03921F is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 31 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.43 |
| HSL | 131.75º | 0.96% | 0.29% | - |
| HSV(B) | 131.75º | 0.98% | 0.57% | - |
| XYZ | 10.56 | 20.68 | 4.73 | - |
| YUV | 90.13 | 94.62 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 31 | 0.98 | 0 | 0.79 | 0.43 | 131.75 | 0.96 | 0.29 |
| Hex | 3 | 92 | 1F | 62 | 0 | 4F | 2B | 84 | 60 | 1D |
| Octal | 3 | 222 | 37 | 142 | 0 | 117 | 53 | 204 | 140 | 35 |
| Binary | 11 | 10010010 | 11111 | 1100010 | 0 | 1001111 | 101011 | 10000100 | 1100000 | 11101 |
Color Harmonies of #03921F
Complementary color
Monochromatic Colors of #03921F
Black with #03921F
Text Example
Text Example
White with #03921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03921F; }
p { color: rgb(3,146,31); }
H1.HeaderClassName
{
color: #03921F;
}
.AnyTagClassName
{
color: #03921F;
}
</style>
background-color css
<style>
a { background-color: #03921F; }
a { background-color: rgb(3,146,31); }
div.DivClassName
{
background-color: #03921F;
}
.BgClassName
{
background-color: #03921F;
}
</style>
border-color css
<style>
span { border-color: #03921F; }
span { border-color: rgb(3,146,31); }
td.TdClassName
{
border-color: #03921F;
}
.TagClassName
{
border-color: #03921F;
}
</style>