#03AB32

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

Shades of Dark Pastel Green #03AB32

Tints of Dark Pastel Green #03AB32

Color information

#03AB32 (or 0x03AB32) is unknown color: approx Dark Pastel Green. HEX triplet: 03, AB and 32. RGB value is (3,171,50). Sum of RGB (Red+Green+Blue) = 3+171+50=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AB32 is #FC54CD. Grayscale: #6B6B6B. Windows color (decimal): -16536782 or 3320579. OLE color: 3320579.

HSL color Cylindrical-coordinate representation of color #03AB32: hue angle of 136.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AB32 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB317150-
CMYK0.9800.710.33
HSL136.79º96.55%34.12%-
HSV(B)136.79º98.25%67.06%-
XYZ15.1829.387.89-
YUV106.9795.8453.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.34%
GREEN value IS 171 (67.19% from 255) = 76.34%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=1.34%
G=76.34%
B=22.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3171500.9800.710.33136.7996.5534.12
Hex3AB326204721896122
Octal32536214201074121114142
Binary1110101011110010110001001000111100001100010011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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