Shades of Islamic Green #1FB500
Tints of Islamic Green #1FB500
RGB
CMYK
RGB Variations
Color information
#1FB500 (or 0x1FB500) is known color: Islamic Green. HEX triplet: 1F, B5 and 00. RGB value is (31,181,0). Sum of RGB (Red+Green+Blue) = 31+181+0=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 181 (71.09% from 255 or 85.38% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB500 is #E04AFF. Grayscale: #747474. Windows color (decimal): -14699264 or 46367. OLE color: 46367.
HSL color Cylindrical-coordinate representation of color #1FB500: hue angle of 109.72º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FB500 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.29 |
| HSL | 109.72º | 1% | 0.35% | - |
| HSV(B) | 109.72º | 1% | 0.71% | - |
| XYZ | 17.09 | 33.34 | 5.53 | - |
| YUV | 115.52 | 62.81 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 0 | 0.83 | 0 | 1 | 0.29 | 109.72 | 1 | 0.35 |
| Hex | 1F | B5 | 0 | 53 | 0 | 64 | 1D | 6E | 64 | 23 |
| Octal | 37 | 265 | 0 | 123 | 0 | 144 | 35 | 156 | 144 | 43 |
| Binary | 11111 | 10110101 | 0 | 1010011 | 0 | 1100100 | 11101 | 1101110 | 1100100 | 100011 |
Color Harmonies of #1FB500
Complementary color
Monochromatic Colors of #1FB500
Black with #1FB500
Text Example
Text Example
White with #1FB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB500; }
p { color: rgb(31,181,0); }
H1.HeaderClassName
{
color: #1FB500;
}
.AnyTagClassName
{
color: #1FB500;
}
</style>
background-color css
<style>
a { background-color: #1FB500; }
a { background-color: rgb(31,181,0); }
div.DivClassName
{
background-color: #1FB500;
}
.BgClassName
{
background-color: #1FB500;
}
</style>
border-color css
<style>
span { border-color: #1FB500; }
span { border-color: rgb(31,181,0); }
td.TdClassName
{
border-color: #1FB500;
}
.TagClassName
{
border-color: #1FB500;
}
</style>