#03A232

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

Shades of Dark Pastel Green #03A232

Tints of Dark Pastel Green #03A232

Color information

#03A232 (or 0x03A232) is unknown color: approx Dark Pastel Green. HEX triplet: 03, A2 and 32. RGB value is (3,162,50). Sum of RGB (Red+Green+Blue) = 3+162+50=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #03A232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A232 is #FC5DCD. Grayscale: #656565. Windows color (decimal): -16539086 or 3318275. OLE color: 3318275.

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

Color convert

RGB316250-
CMYK0.9800.690.36
HSL137.74º96.36%32.35%-
HSV(B)137.74º98.15%63.53%-
XYZ13.5326.097.34-
YUV101.6998.8257.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 162 (63.67% from 255) = 75.35%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=1.40%
G=75.35%
B=23.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3162500.9800.690.36137.7496.3632.35
Hex3A23262045248a6020
Octal32426214201054421214040
Binary1110100010110010110001001000101100100100010101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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