Shades of Islamic Green #02C30B
Tints of Islamic Green #02C30B
RGB
CMYK
RGB Variations
Color information
#02C30B (or 0x02C30B) is known color: Islamic Green. HEX triplet: 02, C3 and 0B. RGB value is (2,195,11). Sum of RGB (Red+Green+Blue) = 2+195+11=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 195 (76.56% from 255 or 93.75% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 195 - color contains mainly: green. Hex color #02C30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C30B is #FD3CF4. Grayscale: #747474. Windows color (decimal): -16596213 or 770818. OLE color: 770818.
HSL color Cylindrical-coordinate representation of color #02C30B: hue angle of 122.8º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C30B is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 11 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.24 |
| HSL | 122.8º | 0.98% | 0.39% | - |
| HSV(B) | 122.8º | 0.99% | 0.76% | - |
| XYZ | 19.6 | 39.07 | 6.82 | - |
| YUV | 116.32 | 68.56 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 11 | 0.99 | 0 | 0.94 | 0.24 | 122.8 | 0.98 | 0.39 |
| Hex | 2 | C3 | B | 63 | 0 | 5E | 18 | 7B | 62 | 27 |
| Octal | 2 | 303 | 13 | 143 | 0 | 136 | 30 | 173 | 142 | 47 |
| Binary | 10 | 11000011 | 1011 | 1100011 | 0 | 1011110 | 11000 | 1111011 | 1100010 | 100111 |
Color Harmonies of #02C30B
Complementary color
Monochromatic Colors of #02C30B
Black with #02C30B
Text Example
Text Example
White with #02C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C30B; }
p { color: rgb(2,195,11); }
H1.HeaderClassName
{
color: #02C30B;
}
.AnyTagClassName
{
color: #02C30B;
}
</style>
background-color css
<style>
a { background-color: #02C30B; }
a { background-color: rgb(2,195,11); }
div.DivClassName
{
background-color: #02C30B;
}
.BgClassName
{
background-color: #02C30B;
}
</style>
border-color css
<style>
span { border-color: #02C30B; }
span { border-color: rgb(2,195,11); }
td.TdClassName
{
border-color: #02C30B;
}
.TagClassName
{
border-color: #02C30B;
}
</style>