Shades of Islamic Green #1CB600
Tints of Islamic Green #1CB600
RGB
CMYK
RGB Variations
Color information
#1CB600 (or 0x1CB600) is known color: Islamic Green. HEX triplet: 1C, B6 and 00. RGB value is (28,182,0). Sum of RGB (Red+Green+Blue) = 28+182+0=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 182 (71.48% from 255 or 86.67% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB600 is #E349FF. Grayscale: #737373. Windows color (decimal): -14895616 or 46620. OLE color: 46620.
HSL color Cylindrical-coordinate representation of color #1CB600: hue angle of 110.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CB600 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.29 |
| HSL | 110.77º | 1% | 0.36% | - |
| HSV(B) | 110.77º | 1% | 0.71% | - |
| XYZ | 17.21 | 33.7 | 5.6 | - |
| YUV | 115.21 | 62.98 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 0 | 0.85 | 0 | 1 | 0.29 | 110.77 | 1 | 0.36 |
| Hex | 1C | B6 | 0 | 55 | 0 | 64 | 1D | 6F | 64 | 24 |
| Octal | 34 | 266 | 0 | 125 | 0 | 144 | 35 | 157 | 144 | 44 |
| Binary | 11100 | 10110110 | 0 | 1010101 | 0 | 1100100 | 11101 | 1101111 | 1100100 | 100100 |
Color Harmonies of #1CB600
Complementary color
Monochromatic Colors of #1CB600
Black with #1CB600
Text Example
Text Example
White with #1CB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB600; }
p { color: rgb(28,182,0); }
H1.HeaderClassName
{
color: #1CB600;
}
.AnyTagClassName
{
color: #1CB600;
}
</style>
background-color css
<style>
a { background-color: #1CB600; }
a { background-color: rgb(28,182,0); }
div.DivClassName
{
background-color: #1CB600;
}
.BgClassName
{
background-color: #1CB600;
}
</style>
border-color css
<style>
span { border-color: #1CB600; }
span { border-color: rgb(28,182,0); }
td.TdClassName
{
border-color: #1CB600;
}
.TagClassName
{
border-color: #1CB600;
}
</style>