Shades of Islamic Green #1D9C00
Tints of Islamic Green #1D9C00
RGB
CMYK
RGB Variations
Color information
#1D9C00 (or 0x1D9C00) is known color: Islamic Green. HEX triplet: 1D, 9C and 00. RGB value is (29,156,0). Sum of RGB (Red+Green+Blue) = 29+156+0=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 156 (61.33% from 255 or 84.32% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9C00 is #E263FF. Grayscale: #646464. Windows color (decimal): -14836736 or 39965. OLE color: 39965.
HSL color Cylindrical-coordinate representation of color #1D9C00: hue angle of 108.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D9C00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.39 |
| HSL | 108.85º | 1% | 0.31% | - |
| HSV(B) | 108.85º | 1% | 0.61% | - |
| XYZ | 12.4 | 24.04 | 3.99 | - |
| YUV | 100.24 | 71.42 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 0 | 0.81 | 0 | 1 | 0.39 | 108.85 | 1 | 0.31 |
| Hex | 1D | 9C | 0 | 51 | 0 | 64 | 27 | 6D | 64 | 1F |
| Octal | 35 | 234 | 0 | 121 | 0 | 144 | 47 | 155 | 144 | 37 |
| Binary | 11101 | 10011100 | 0 | 1010001 | 0 | 1100100 | 100111 | 1101101 | 1100100 | 11111 |
Color Harmonies of #1D9C00
Complementary color
Monochromatic Colors of #1D9C00
Black with #1D9C00
Text Example
Text Example
White with #1D9C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C00; }
p { color: rgb(29,156,0); }
H1.HeaderClassName
{
color: #1D9C00;
}
.AnyTagClassName
{
color: #1D9C00;
}
</style>
background-color css
<style>
a { background-color: #1D9C00; }
a { background-color: rgb(29,156,0); }
div.DivClassName
{
background-color: #1D9C00;
}
.BgClassName
{
background-color: #1D9C00;
}
</style>
border-color css
<style>
span { border-color: #1D9C00; }
span { border-color: rgb(29,156,0); }
td.TdClassName
{
border-color: #1D9C00;
}
.TagClassName
{
border-color: #1D9C00;
}
</style>