#20BA3C

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

Shades of Dark Pastel Green #20BA3C

Tints of Dark Pastel Green #20BA3C

Color information

#20BA3C (or 0x20BA3C) is unknown color: approx Dark Pastel Green. HEX triplet: 20, BA and 3C. RGB value is (32,186,60). Sum of RGB (Red+Green+Blue) = 32+186+60=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA3C is #DF45C3. Grayscale: #7D7D7D. Windows color (decimal): -14632388 or 3979808. OLE color: 3979808.

HSL color Cylindrical-coordinate representation of color #20BA3C: hue angle of 130.91º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA3C is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB3218660-
CMYK0.8300.680.27
HSL130.91º70.64%42.75%-
HSV(B)130.91º82.8%72.94%-
XYZ18.9735.7510.18-
YUV125.5990.9861.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.51%
GREEN value IS 186 (73.05% from 255) = 66.91%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=11.51%
G=66.91%
B=21.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal32186600.8300.680.27130.9170.6442.75
Hex20BA3C530441B83472b
Octal402727412301043320310753
Binary1000001011101011110010100110100010011011100000111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,186,60); }

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

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

 a { background-color: rgb(32,186,60); }

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

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

 span { border-color: rgb(32,186,60); }

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