Shades of Islamic Green #02920C
Tints of Islamic Green #02920C
RGB
CMYK
RGB Variations
Color information
#02920C (or 0x02920C) is known color: Islamic Green. HEX triplet: 02, 92 and 0C. RGB value is (2,146,12). Sum of RGB (Red+Green+Blue) = 2+146+12=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 146 (57.42% from 255 or 91.25% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 146 - color contains mainly: green. Hex color #02920C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02920C is #FD6DF3. Grayscale: #585858. Windows color (decimal): -16608756 or 823810. OLE color: 823810.
HSL color Cylindrical-coordinate representation of color #02920C: hue angle of 124.17º degrees, saturation: 0.97, 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 #02920C is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 146 | 12 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.43 |
| HSL | 124.17º | 0.97% | 0.29% | - |
| HSV(B) | 124.17º | 0.99% | 0.57% | - |
| XYZ | 10.37 | 20.6 | 3.78 | - |
| YUV | 87.67 | 85.29 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 146 | 12 | 0.99 | 0 | 0.92 | 0.43 | 124.17 | 0.97 | 0.29 |
| Hex | 2 | 92 | C | 63 | 0 | 5C | 2B | 7C | 61 | 1D |
| Octal | 2 | 222 | 14 | 143 | 0 | 134 | 53 | 174 | 141 | 35 |
| Binary | 10 | 10010010 | 1100 | 1100011 | 0 | 1011100 | 101011 | 1111100 | 1100001 | 11101 |
Color Harmonies of #02920C
Complementary color
Monochromatic Colors of #02920C
Black with #02920C
Text Example
Text Example
White with #02920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02920C; }
p { color: rgb(2,146,12); }
H1.HeaderClassName
{
color: #02920C;
}
.AnyTagClassName
{
color: #02920C;
}
</style>
background-color css
<style>
a { background-color: #02920C; }
a { background-color: rgb(2,146,12); }
div.DivClassName
{
background-color: #02920C;
}
.BgClassName
{
background-color: #02920C;
}
</style>
border-color css
<style>
span { border-color: #02920C; }
span { border-color: rgb(2,146,12); }
td.TdClassName
{
border-color: #02920C;
}
.TagClassName
{
border-color: #02920C;
}
</style>