Shades of Islamic Green #02A307
Tints of Islamic Green #02A307
RGB
CMYK
RGB Variations
Color information
#02A307 (or 0x02A307) is known color: Islamic Green. HEX triplet: 02, A3 and 07. RGB value is (2,163,7). Sum of RGB (Red+Green+Blue) = 2+163+7=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 163 (64.06% from 255 or 94.77% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 163 - color contains mainly: green. Hex color #02A307 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A307 is #FD5CF8. Grayscale: #616161. Windows color (decimal): -16604409 or 500482. OLE color: 500482.
HSL color Cylindrical-coordinate representation of color #02A307: hue angle of 121.86º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A307 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 7 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.36 |
| HSL | 121.86º | 0.98% | 0.32% | - |
| HSV(B) | 121.86º | 0.99% | 0.64% | - |
| XYZ | 13.16 | 26.22 | 4.57 | - |
| YUV | 97.08 | 77.16 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 7 | 0.99 | 0 | 0.96 | 0.36 | 121.86 | 0.98 | 0.32 |
| Hex | 2 | A3 | 7 | 63 | 0 | 60 | 24 | 7A | 62 | 20 |
| Octal | 2 | 243 | 7 | 143 | 0 | 140 | 44 | 172 | 142 | 40 |
| Binary | 10 | 10100011 | 111 | 1100011 | 0 | 1100000 | 100100 | 1111010 | 1100010 | 100000 |
Color Harmonies of #02A307
Complementary color
Monochromatic Colors of #02A307
Black with #02A307
Text Example
Text Example
White with #02A307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A307; }
p { color: rgb(2,163,7); }
H1.HeaderClassName
{
color: #02A307;
}
.AnyTagClassName
{
color: #02A307;
}
</style>
background-color css
<style>
a { background-color: #02A307; }
a { background-color: rgb(2,163,7); }
div.DivClassName
{
background-color: #02A307;
}
.BgClassName
{
background-color: #02A307;
}
</style>
border-color css
<style>
span { border-color: #02A307; }
span { border-color: rgb(2,163,7); }
td.TdClassName
{
border-color: #02A307;
}
.TagClassName
{
border-color: #02A307;
}
</style>