#02C303

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

Shades of Islamic Green #02C303

Tints of Islamic Green #02C303

Color information

#02C303 (or 0x02C303) is unknown color: approx Islamic Green. HEX triplet: 02, C3 and 03. RGB value is (2,195,3). Sum of RGB (Red+Green+Blue) = 2+195+3=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 195 (76.56% from 255 or 97.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 195 - color contains mainly: green. Hex color #02C303 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C303 is #FD3CFC. Grayscale: #737373. Windows color (decimal): -16596221 or 246530. OLE color: 246530.

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

Color convert

RGB21953-
CMYK0.9900.980.24
HSL120.31º97.97%38.63%-
HSV(B)120.31º98.97%76.47%-
XYZ19.5639.056.59-
YUV115.464.5647.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 195 (76.56% from 255) = 97.5%
BLUE value IS 3 (1.56% from 255) = 1.5%
R=1%
G=97.5%
B=1.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal219530.9900.980.24120.3197.9738.63
Hex2C336306218786227
Octal2303314301423017014247
Binary1011000011111100011011000101100011110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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