Shades of Islamic Green #1CB605
Tints of Islamic Green #1CB605
RGB
CMYK
RGB Variations
Color information
#1CB605 (or 0x1CB605) is known color: Islamic Green. HEX triplet: 1C, B6 and 05. RGB value is (28,182,5). Sum of RGB (Red+Green+Blue) = 28+182+5=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 182 (71.48% from 255 or 84.65% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB605 is #E349FA. Grayscale: #747474. Windows color (decimal): -14895611 or 374300. OLE color: 374300.
HSL color Cylindrical-coordinate representation of color #1CB605: hue angle of 112.2º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CB605 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 5 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.29 |
| HSL | 112.2º | 0.95% | 0.37% | - |
| HSV(B) | 112.2º | 0.97% | 0.71% | - |
| XYZ | 17.23 | 33.71 | 5.74 | - |
| YUV | 115.78 | 65.48 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 5 | 0.85 | 0 | 0.97 | 0.29 | 112.2 | 0.95 | 0.37 |
| Hex | 1C | B6 | 5 | 55 | 0 | 61 | 1D | 70 | 5F | 25 |
| Octal | 34 | 266 | 5 | 125 | 0 | 141 | 35 | 160 | 137 | 45 |
| Binary | 11100 | 10110110 | 101 | 1010101 | 0 | 1100001 | 11101 | 1110000 | 1011111 | 100101 |
Color Harmonies of #1CB605
Complementary color
Monochromatic Colors of #1CB605
Black with #1CB605
Text Example
Text Example
White with #1CB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB605; }
p { color: rgb(28,182,5); }
H1.HeaderClassName
{
color: #1CB605;
}
.AnyTagClassName
{
color: #1CB605;
}
</style>
background-color css
<style>
a { background-color: #1CB605; }
a { background-color: rgb(28,182,5); }
div.DivClassName
{
background-color: #1CB605;
}
.BgClassName
{
background-color: #1CB605;
}
</style>
border-color css
<style>
span { border-color: #1CB605; }
span { border-color: rgb(28,182,5); }
td.TdClassName
{
border-color: #1CB605;
}
.TagClassName
{
border-color: #1CB605;
}
</style>