Shades of Islamic Green #1FBE04
Tints of Islamic Green #1FBE04
RGB
CMYK
RGB Variations
Color information
#1FBE04 (or 0x1FBE04) is known color: Islamic Green. HEX triplet: 1F, BE and 04. RGB value is (31,190,4). Sum of RGB (Red+Green+Blue) = 31+190+4=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 190 (74.61% from 255 or 84.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBE04 is #E041FB. Grayscale: #797979. Windows color (decimal): -14696956 or 310815. OLE color: 310815.
HSL color Cylindrical-coordinate representation of color #1FBE04: hue angle of 111.29º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FBE04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.25 |
| HSL | 111.29º | 0.96% | 0.38% | - |
| HSV(B) | 111.29º | 0.98% | 0.75% | - |
| XYZ | 19 | 37.13 | 6.28 | - |
| YUV | 121.26 | 61.82 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 4 | 0.84 | 0 | 0.98 | 0.25 | 111.29 | 0.96 | 0.38 |
| Hex | 1F | BE | 4 | 54 | 0 | 62 | 19 | 6F | 60 | 26 |
| Octal | 37 | 276 | 4 | 124 | 0 | 142 | 31 | 157 | 140 | 46 |
| Binary | 11111 | 10111110 | 100 | 1010100 | 0 | 1100010 | 11001 | 1101111 | 1100000 | 100110 |
Color Harmonies of #1FBE04
Complementary color
Monochromatic Colors of #1FBE04
Black with #1FBE04
Text Example
Text Example
White with #1FBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE04; }
p { color: rgb(31,190,4); }
H1.HeaderClassName
{
color: #1FBE04;
}
.AnyTagClassName
{
color: #1FBE04;
}
</style>
background-color css
<style>
a { background-color: #1FBE04; }
a { background-color: rgb(31,190,4); }
div.DivClassName
{
background-color: #1FBE04;
}
.BgClassName
{
background-color: #1FBE04;
}
</style>
border-color css
<style>
span { border-color: #1FBE04; }
span { border-color: rgb(31,190,4); }
td.TdClassName
{
border-color: #1FBE04;
}
.TagClassName
{
border-color: #1FBE04;
}
</style>