Shades of Islamic Green #1CB303
Tints of Islamic Green #1CB303
RGB
CMYK
RGB Variations
Color information
#1CB303 (or 0x1CB303) is known color: Islamic Green. HEX triplet: 1C, B3 and 03. RGB value is (28,179,3). Sum of RGB (Red+Green+Blue) = 28+179+3=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 179 (70.31% from 255 or 85.24% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB303 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB303 is #E34CFC. Grayscale: #727272. Windows color (decimal): -14896381 or 242460. OLE color: 242460.
HSL color Cylindrical-coordinate representation of color #1CB303: hue angle of 111.48º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1CB303 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 3 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.30 |
| HSL | 111.48º | 0.97% | 0.36% | - |
| HSV(B) | 111.48º | 0.98% | 0.7% | - |
| XYZ | 16.62 | 32.49 | 5.48 | - |
| YUV | 113.79 | 65.47 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 3 | 0.84 | 0 | 0.98 | 0.30 | 111.48 | 0.97 | 0.36 |
| Hex | 1C | B3 | 3 | 54 | 0 | 62 | 1E | 6F | 61 | 24 |
| Octal | 34 | 263 | 3 | 124 | 0 | 142 | 36 | 157 | 141 | 44 |
| Binary | 11100 | 10110011 | 11 | 1010100 | 0 | 1100010 | 11110 | 1101111 | 1100001 | 100100 |
Color Harmonies of #1CB303
Complementary color
Monochromatic Colors of #1CB303
Black with #1CB303
Text Example
Text Example
White with #1CB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB303; }
p { color: rgb(28,179,3); }
H1.HeaderClassName
{
color: #1CB303;
}
.AnyTagClassName
{
color: #1CB303;
}
</style>
background-color css
<style>
a { background-color: #1CB303; }
a { background-color: rgb(28,179,3); }
div.DivClassName
{
background-color: #1CB303;
}
.BgClassName
{
background-color: #1CB303;
}
</style>
border-color css
<style>
span { border-color: #1CB303; }
span { border-color: rgb(28,179,3); }
td.TdClassName
{
border-color: #1CB303;
}
.TagClassName
{
border-color: #1CB303;
}
</style>