Shades of Islamic Green #05941D
Tints of Islamic Green #05941D
RGB
CMYK
RGB Variations
Color information
#05941D (or 0x05941D) is known color: Islamic Green. HEX triplet: 05, 94 and 1D. RGB value is (5,148,29). Sum of RGB (Red+Green+Blue) = 5+148+29=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 148 (58.20% from 255 or 81.32% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 148 - color contains mainly: green. Hex color #05941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05941D is #FA6BE2. Grayscale: #5C5C5C. Windows color (decimal): -16411619 or 1938437. OLE color: 1938437.
HSL color Cylindrical-coordinate representation of color #05941D: hue angle of 130.07º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05941D is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 29 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.42 |
| HSL | 130.07º | 0.93% | 0.3% | - |
| HSV(B) | 130.07º | 0.97% | 0.58% | - |
| XYZ | 10.87 | 21.3 | 4.7 | - |
| YUV | 91.68 | 92.62 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 29 | 0.97 | 0 | 0.80 | 0.42 | 130.07 | 0.93 | 0.3 |
| Hex | 5 | 94 | 1D | 61 | 0 | 50 | 2A | 82 | 5D | 1E |
| Octal | 5 | 224 | 35 | 141 | 0 | 120 | 52 | 202 | 135 | 36 |
| Binary | 101 | 10010100 | 11101 | 1100001 | 0 | 1010000 | 101010 | 10000010 | 1011101 | 11110 |
Color Harmonies of #05941D
Complementary color
Monochromatic Colors of #05941D
Black with #05941D
Text Example
Text Example
White with #05941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05941D; }
p { color: rgb(5,148,29); }
H1.HeaderClassName
{
color: #05941D;
}
.AnyTagClassName
{
color: #05941D;
}
</style>
background-color css
<style>
a { background-color: #05941D; }
a { background-color: rgb(5,148,29); }
div.DivClassName
{
background-color: #05941D;
}
.BgClassName
{
background-color: #05941D;
}
</style>
border-color css
<style>
span { border-color: #05941D; }
span { border-color: rgb(5,148,29); }
td.TdClassName
{
border-color: #05941D;
}
.TagClassName
{
border-color: #05941D;
}
</style>