Shades of Islamic Green #1CB708
Tints of Islamic Green #1CB708
RGB
CMYK
RGB Variations
Color information
#1CB708 (or 0x1CB708) is known color: Islamic Green. HEX triplet: 1C, B7 and 08. RGB value is (28,183,8). Sum of RGB (Red+Green+Blue) = 28+183+8=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 183 (71.88% from 255 or 83.56% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB708 is #E348F7. Grayscale: #757575. Windows color (decimal): -14895352 or 571164. OLE color: 571164.
HSL color Cylindrical-coordinate representation of color #1CB708: hue angle of 113.14º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CB708 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.28 |
| HSL | 113.14º | 0.92% | 0.37% | - |
| HSV(B) | 113.14º | 0.96% | 0.72% | - |
| XYZ | 17.46 | 34.13 | 5.9 | - |
| YUV | 116.71 | 66.65 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 8 | 0.85 | 0 | 0.96 | 0.28 | 113.14 | 0.92 | 0.37 |
| Hex | 1C | B7 | 8 | 55 | 0 | 60 | 1C | 71 | 5C | 25 |
| Octal | 34 | 267 | 10 | 125 | 0 | 140 | 34 | 161 | 134 | 45 |
| Binary | 11100 | 10110111 | 1000 | 1010101 | 0 | 1100000 | 11100 | 1110001 | 1011100 | 100101 |
Color Harmonies of #1CB708
Complementary color
Monochromatic Colors of #1CB708
Black with #1CB708
Text Example
Text Example
White with #1CB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB708; }
p { color: rgb(28,183,8); }
H1.HeaderClassName
{
color: #1CB708;
}
.AnyTagClassName
{
color: #1CB708;
}
</style>
background-color css
<style>
a { background-color: #1CB708; }
a { background-color: rgb(28,183,8); }
div.DivClassName
{
background-color: #1CB708;
}
.BgClassName
{
background-color: #1CB708;
}
</style>
border-color css
<style>
span { border-color: #1CB708; }
span { border-color: rgb(28,183,8); }
td.TdClassName
{
border-color: #1CB708;
}
.TagClassName
{
border-color: #1CB708;
}
</style>