#03A224

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

Shades of Dark Pastel Green #03A224

Tints of Dark Pastel Green #03A224

Color information

#03A224 (or 0x03A224) is unknown color: approx Dark Pastel Green. HEX triplet: 03, A2 and 24. RGB value is (3,162,36). Sum of RGB (Red+Green+Blue) = 3+162+36=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 162 (63.67% from 255 or 80.60% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 162 - color contains mainly: green. Hex color #03A224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A224 is #FC5DDB. Grayscale: #646464. Windows color (decimal): -16539100 or 2400771. OLE color: 2400771.

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

Color convert

RGB316236-
CMYK0.9800.780.36
HSL132.45º96.36%32.35%-
HSV(B)132.45º98.15%63.53%-
XYZ13.2825.995.99-
YUV100.191.8258.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 162 (63.67% from 255) = 80.60%
BLUE value IS 36 (14.45% from 255) = 17.91%
R=1.49%
G=80.60%
B=17.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3162360.9800.780.36132.4596.3632.35
Hex3A2246204E24846020
Octal32424414201164420414040
Binary1110100010100100110001001001110100100100001001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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