#03AB30

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

Shades of Dark Pastel Green #03AB30

Tints of Dark Pastel Green #03AB30

Color information

#03AB30 (or 0x03AB30) is unknown color: approx Dark Pastel Green. HEX triplet: 03, AB and 30. RGB value is (3,171,48). Sum of RGB (Red+Green+Blue) = 3+171+48=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AB30 is #FC54CF. Grayscale: #6B6B6B. Windows color (decimal): -16536784 or 3189507. OLE color: 3189507.

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

Color convert

RGB317148-
CMYK0.9800.720.33
HSL136.07º96.55%34.12%-
HSV(B)136.07º98.25%67.06%-
XYZ15.1329.367.67-
YUV106.7594.8454-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 171 (67.19% from 255) = 77.03%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=1.35%
G=77.03%
B=21.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3171480.9800.720.33136.0796.5534.12
Hex3AB306204821886122
Octal32536014201104121014142
Binary1110101011110000110001001001000100001100010001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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