#03A302

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

Shades of Islamic Green #03A302

Tints of Islamic Green #03A302

Color information

#03A302 (or 0x03A302) is unknown color: approx Islamic Green. HEX triplet: 03, A3 and 02. RGB value is (3,163,2). Sum of RGB (Red+Green+Blue) = 3+163+2=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 163 (64.06% from 255 or 97.02% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 163 - color contains mainly: green. Hex color #03A302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A302 is #FC5CFD. Grayscale: #616161. Windows color (decimal): -16538878 or 172803. OLE color: 172803.

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

Color convert

RGB31632-
CMYK0.9800.990.36
HSL119.63º97.58%32.35%-
HSV(B)119.63º98.77%63.92%-
XYZ13.1526.224.43-
YUV96.8174.4961.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 163 (64.06% from 255) = 97.02%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=1.79%
G=97.02%
B=1.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal316320.9800.990.36119.6397.5832.35
Hex3A326206324786220
Octal3243214201434417014240
Binary11101000111011000100110001110010011110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A302; }

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

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

<style>
 a { background-color: #03A302; }

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

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

<style>
 span { border-color: #03A302; }

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

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