#03A222

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

Shades of Islamic Green #03A222

Tints of Islamic Green #03A222

Color information

#03A222 (or 0x03A222) is unknown color: approx Islamic Green. HEX triplet: 03, A2 and 22. RGB value is (3,162,34). Sum of RGB (Red+Green+Blue) = 3+162+34=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #03A222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A222 is #FC5DDD. Grayscale: #646464. Windows color (decimal): -16539102 or 2269699. OLE color: 2269699.

HSL color Cylindrical-coordinate representation of color #03A222: hue angle of 131.7º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A222 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB316234-
CMYK0.9800.790.36
HSL131.7º96.36%32.35%-
HSV(B)131.7º98.15%63.53%-
XYZ13.2525.985.83-
YUV99.8790.8258.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 162 (63.67% from 255) = 81.41%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=1.51%
G=81.41%
B=17.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3162340.9800.790.36131.796.3632.35
Hex3A2226204F24846020
Octal32424214201174420414040
Binary1110100010100010110001001001111100100100001001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,162,34); }

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

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

 a { background-color: rgb(3,162,34); }

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

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

 span { border-color: rgb(3,162,34); }

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