Shades of Islamic Green #05981F
Tints of Islamic Green #05981F
RGB
CMYK
RGB Variations
Color information
#05981F (or 0x05981F) is known color: Islamic Green. HEX triplet: 05, 98 and 1F. RGB value is (5,152,31). Sum of RGB (Red+Green+Blue) = 5+152+31=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 152 (59.77% from 255 or 80.85% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 152 - color contains mainly: green. Hex color #05981F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05981F is #FA67E0. Grayscale: #5E5E5E. Windows color (decimal): -16410593 or 2070533. OLE color: 2070533.
HSL color Cylindrical-coordinate representation of color #05981F: hue angle of 130.61º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05981F is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 152 | 31 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.40 |
| HSL | 130.61º | 0.94% | 0.31% | - |
| HSV(B) | 130.61º | 0.97% | 0.6% | - |
| XYZ | 11.54 | 22.59 | 5.05 | - |
| YUV | 94.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 31 | 0.97 | 0 | 0.80 | 0.40 | 130.61 | 0.94 | 0.31 |
| Hex | 5 | 98 | 1F | 61 | 0 | 50 | 28 | 83 | 5E | 1F |
| Octal | 5 | 230 | 37 | 141 | 0 | 120 | 50 | 203 | 136 | 37 |
| Binary | 101 | 10011000 | 11111 | 1100001 | 0 | 1010000 | 101000 | 10000011 | 1011110 | 11111 |
Color Harmonies of #05981F
Complementary color
Monochromatic Colors of #05981F
Black with #05981F
Text Example
Text Example
White with #05981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05981F; }
p { color: rgb(5,152,31); }
H1.HeaderClassName
{
color: #05981F;
}
.AnyTagClassName
{
color: #05981F;
}
</style>
background-color css
<style>
a { background-color: #05981F; }
a { background-color: rgb(5,152,31); }
div.DivClassName
{
background-color: #05981F;
}
.BgClassName
{
background-color: #05981F;
}
</style>
border-color css
<style>
span { border-color: #05981F; }
span { border-color: rgb(5,152,31); }
td.TdClassName
{
border-color: #05981F;
}
.TagClassName
{
border-color: #05981F;
}
</style>