Shades of Islamic Green #02961B
Tints of Islamic Green #02961B
RGB
CMYK
RGB Variations
Color information
#02961B (or 0x02961B) is known color: Islamic Green. HEX triplet: 02, 96 and 1B. RGB value is (2,150,27). Sum of RGB (Red+Green+Blue) = 2+150+27=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 150 (58.98% from 255 or 83.80% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 150 - color contains mainly: green. Hex color #02961B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02961B is #FD69E4. Grayscale: #5C5C5C. Windows color (decimal): -16607717 or 1807874. OLE color: 1807874.
HSL color Cylindrical-coordinate representation of color #02961B: hue angle of 130.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02961B is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 150 | 27 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.41 |
| HSL | 130.14º | 0.97% | 0.3% | - |
| HSV(B) | 130.14º | 0.99% | 0.59% | - |
| XYZ | 11.13 | 21.9 | 4.68 | - |
| YUV | 91.73 | 91.47 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 27 | 0.99 | 0 | 0.82 | 0.41 | 130.14 | 0.97 | 0.3 |
| Hex | 2 | 96 | 1B | 63 | 0 | 52 | 29 | 82 | 61 | 1E |
| Octal | 2 | 226 | 33 | 143 | 0 | 122 | 51 | 202 | 141 | 36 |
| Binary | 10 | 10010110 | 11011 | 1100011 | 0 | 1010010 | 101001 | 10000010 | 1100001 | 11110 |
Color Harmonies of #02961B
Complementary color
Monochromatic Colors of #02961B
Black with #02961B
Text Example
Text Example
White with #02961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02961B; }
p { color: rgb(2,150,27); }
H1.HeaderClassName
{
color: #02961B;
}
.AnyTagClassName
{
color: #02961B;
}
</style>
background-color css
<style>
a { background-color: #02961B; }
a { background-color: rgb(2,150,27); }
div.DivClassName
{
background-color: #02961B;
}
.BgClassName
{
background-color: #02961B;
}
</style>
border-color css
<style>
span { border-color: #02961B; }
span { border-color: rgb(2,150,27); }
td.TdClassName
{
border-color: #02961B;
}
.TagClassName
{
border-color: #02961B;
}
</style>