#02A304

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

Shades of Islamic Green #02A304

Tints of Islamic Green #02A304

Color information

#02A304 (or 0x02A304) is unknown color: approx Islamic Green. HEX triplet: 02, A3 and 04. RGB value is (2,163,4). Sum of RGB (Red+Green+Blue) = 2+163+4=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 163 (64.06% from 255 or 96.45% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 163 - color contains mainly: green. Hex color #02A304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A304 is #FD5CFB. Grayscale: #616161. Windows color (decimal): -16604412 or 303874. OLE color: 303874.

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

Color convert

RGB21634-
CMYK0.9900.980.36
HSL120.75º97.58%32.35%-
HSV(B)120.75º98.77%63.92%-
XYZ13.1426.224.48-
YUV96.7475.6660.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 163 (64.06% from 255) = 96.45%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=1.18%
G=96.45%
B=2.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal216340.9900.980.36120.7597.5832.35
Hex2A346306224796220
Octal2243414301424417114240
Binary101010001110011000110110001010010011110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,163,4); }

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

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

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

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

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

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

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