Shades of Islamic Green #01921F
Tints of Islamic Green #01921F
RGB
CMYK
RGB Variations
Color information
#01921F (or 0x01921F) is known color: Islamic Green. HEX triplet: 01, 92 and 1F. RGB value is (1,146,31). Sum of RGB (Red+Green+Blue) = 1+146+31=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 146 (57.42% from 255 or 82.02% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 146 - color contains mainly: green. Hex color #01921F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01921F is #FE6DE0. Grayscale: #595959. Windows color (decimal): -16674273 or 2068993. OLE color: 2068993.
HSL color Cylindrical-coordinate representation of color #01921F: hue angle of 132.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01921F is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 31 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.43 |
| HSL | 132.41º | 0.99% | 0.29% | - |
| HSV(B) | 132.41º | 0.99% | 0.57% | - |
| XYZ | 10.54 | 20.66 | 4.73 | - |
| YUV | 89.54 | 94.96 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 31 | 0.99 | 0 | 0.79 | 0.43 | 132.41 | 0.99 | 0.29 |
| Hex | 1 | 92 | 1F | 63 | 0 | 4F | 2B | 84 | 63 | 1D |
| Octal | 1 | 222 | 37 | 143 | 0 | 117 | 53 | 204 | 143 | 35 |
| Binary | 1 | 10010010 | 11111 | 1100011 | 0 | 1001111 | 101011 | 10000100 | 1100011 | 11101 |
Color Harmonies of #01921F
Complementary color
Monochromatic Colors of #01921F
Black with #01921F
Text Example
Text Example
White with #01921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01921F; }
p { color: rgb(1,146,31); }
H1.HeaderClassName
{
color: #01921F;
}
.AnyTagClassName
{
color: #01921F;
}
</style>
background-color css
<style>
a { background-color: #01921F; }
a { background-color: rgb(1,146,31); }
div.DivClassName
{
background-color: #01921F;
}
.BgClassName
{
background-color: #01921F;
}
</style>
border-color css
<style>
span { border-color: #01921F; }
span { border-color: rgb(1,146,31); }
td.TdClassName
{
border-color: #01921F;
}
.TagClassName
{
border-color: #01921F;
}
</style>