#02C306

Color #02C306 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #02C306

Tints of Islamic Green #02C306

Color information

#02C306 (or 0x02C306) is unknown color: approx Islamic Green. HEX triplet: 02, C3 and 06. RGB value is (2,195,6). Sum of RGB (Red+Green+Blue) = 2+195+6=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 195 (76.56% from 255 or 96.06% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 195 - color contains mainly: green. Hex color #02C306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C306 is #FD3CF9. Grayscale: #747474. Windows color (decimal): -16596218 or 443138. OLE color: 443138.

HSL color Cylindrical-coordinate representation of color #02C306: hue angle of 121.24º 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 #02C306 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB21956-
CMYK0.9900.970.24
HSL121.24º97.97%38.63%-
HSV(B)121.24º98.97%76.47%-
XYZ19.5739.066.68-
YUV115.7566.0646.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 195 (76.56% from 255) = 96.06%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=0.99%
G=96.06%
B=2.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal219560.9900.970.24121.2497.9738.63
Hex2C366306118796227
Octal2303614301413017114247
Binary10110000111101100011011000011100011110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C306; }

 p { color: rgb(2,195,6); }

 H1.HeaderClassName
 {
   color: #02C306;
 }
 .AnyTagClassName
 {
   color: #02C306;
 }
</style>
background-color css

<style>
 a { background-color: #02C306; }

 a { background-color: rgb(2,195,6); }

 div.DivClassName
 {
   background-color: #02C306;
 }
 .BgClassName
 {
   background-color: #02C306;
 }
</style>
border-color css

<style>
 span { border-color: #02C306; }

 span { border-color: rgb(2,195,6); }

 td.TdClassName
 {
   border-color: #02C306;
 }
 .TagClassName
 {
   border-color: #02C306;
 }
</style>