#02C302

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

Shades of Islamic Green #02C302

Tints of Islamic Green #02C302

Color information

#02C302 (or 0x02C302) is unknown color: approx Islamic Green. HEX triplet: 02, C3 and 02. RGB value is (2,195,2). Sum of RGB (Red+Green+Blue) = 2+195+2=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 195 (76.56% from 255 or 97.99% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 195 - color contains mainly: green. Hex color #02C302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C302 is #FD3CFD. Grayscale: #737373. Windows color (decimal): -16596222 or 180994. OLE color: 180994.

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

Color convert

RGB21952-
CMYK0.9900.990.24
HSL120º97.97%38.63%-
HSV(B)120º98.97%76.47%-
XYZ19.5539.056.56-
YUV115.2964.0647.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 195 (76.56% from 255) = 97.99%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=1.01%
G=97.99%
B=1.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal219520.9900.990.2412097.9738.63
Hex2C326306318786227
Octal2303214301433017014247
Binary1011000011101100011011000111100011110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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