#20BA3F

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

Shades of Dark Pastel Green #20BA3F

Tints of Dark Pastel Green #20BA3F

Color information

#20BA3F (or 0x20BA3F) is unknown color: approx Dark Pastel Green. HEX triplet: 20, BA and 3F. RGB value is (32,186,63). Sum of RGB (Red+Green+Blue) = 32+186+63=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA3F is #DF45C0. Grayscale: #7E7E7E. Windows color (decimal): -14632385 or 4176416. OLE color: 4176416.

HSL color Cylindrical-coordinate representation of color #20BA3F: hue angle of 132.08º 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 #20BA3F is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB3218663-
CMYK0.8300.660.27
HSL132.08º70.64%42.75%-
HSV(B)132.08º82.8%72.94%-
XYZ19.0535.7810.61-
YUV125.9392.4861-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.39%
GREEN value IS 186 (73.05% from 255) = 66.19%
BLUE value IS 63 (25% from 255) = 22.42%
R=11.39%
G=66.19%
B=22.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal32186630.8300.660.27132.0870.6442.75
Hex20BA3F530421B84472b
Octal402727712301023320410753
Binary1000001011101011111110100110100001011011100001001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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