#03A131

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

Shades of Dark Pastel Green #03A131

Tints of Dark Pastel Green #03A131

Color information

#03A131 (or 0x03A131) is unknown color: approx Dark Pastel Green. HEX triplet: 03, A1 and 31. RGB value is (3,161,49). Sum of RGB (Red+Green+Blue) = 3+161+49=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 161 (63.28% from 255 or 75.59% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 161 - color contains mainly: green. Hex color #03A131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A131 is #FC5ECE. Grayscale: #656565. Windows color (decimal): -16539343 or 3252483. OLE color: 3252483.

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

Color convert

RGB316149-
CMYK0.9800.700.37
HSL137.47º96.34%32.16%-
HSV(B)137.47º98.14%63.14%-
XYZ13.3425.737.17-
YUV100.9998.6558.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 161 (63.28% from 255) = 75.59%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=1.41%
G=75.59%
B=23.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3161490.9800.700.37137.4796.3432.16
Hex3A1316204625896020
Octal32416114201064521114040
Binary1110100001110001110001001000110100101100010011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,161,49); }

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

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

 a { background-color: rgb(3,161,49); }

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

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

 span { border-color: rgb(3,161,49); }

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