#20AB3D

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

Shades of Dark Pastel Green #20AB3D

Tints of Dark Pastel Green #20AB3D

Color information

#20AB3D (or 0x20AB3D) is unknown color: approx Dark Pastel Green. HEX triplet: 20, AB and 3D. RGB value is (32,171,61). Sum of RGB (Red+Green+Blue) = 32+171+61=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB3D is #DF54C2. Grayscale: #757575. Windows color (decimal): -14636227 or 4041504. OLE color: 4041504.

HSL color Cylindrical-coordinate representation of color #20AB3D: hue angle of 132.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB3D is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB3217161-
CMYK0.8100.640.33
HSL132.52º68.47%39.8%-
HSV(B)132.52º81.29%67.06%-
XYZ1629.779.32-
YUV116.996.4567.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 171 (67.19% from 255) = 64.77%
BLUE value IS 61 (24.22% from 255) = 23.11%
R=12.12%
G=64.77%
B=23.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32171610.8100.640.33132.5268.4739.8
Hex20AB3D5104021854428
Octal402537512101004120510450
Binary10000010101011111101101000101000000100001100001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20AB3D; }

 p { color: rgb(32,171,61); }

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

<style>
 a { background-color: #20AB3D; }

 a { background-color: rgb(32,171,61); }

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

<style>
 span { border-color: #20AB3D; }

 span { border-color: rgb(32,171,61); }

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