#01AB28

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

Shades of Dark Pastel Green #01AB28

Tints of Dark Pastel Green #01AB28

Color information

#01AB28 (or 0x01AB28) is unknown color: approx Dark Pastel Green. HEX triplet: 01, AB and 28. RGB value is (1,171,40). Sum of RGB (Red+Green+Blue) = 1+171+40=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AB28 is #FE54D7. Grayscale: #696969. Windows color (decimal): -16667864 or 2665217. OLE color: 2665217.

HSL color Cylindrical-coordinate representation of color #01AB28: hue angle of 133.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB28 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB117140-
CMYK0.9900.770.33
HSL133.76º98.84%33.73%-
HSV(B)133.76º99.42%67.06%-
XYZ14.9629.296.87-
YUV105.2491.1853.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 171 (67.19% from 255) = 80.66%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=0.47%
G=80.66%
B=18.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171400.9900.770.33133.7698.8433.73
Hex1AB286304D21866322
Octal12535014301154120614342
Binary110101011101000110001101001101100001100001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AB28; }

 p { color: rgb(1,171,40); }

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

<style>
 a { background-color: #01AB28; }

 a { background-color: rgb(1,171,40); }

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

<style>
 span { border-color: #01AB28; }

 span { border-color: rgb(1,171,40); }

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