#20BD45

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

Shades of Dark Pastel Green #20BD45

Tints of Dark Pastel Green #20BD45

Color information

#20BD45 (or 0x20BD45) is unknown color: approx Dark Pastel Green. HEX triplet: 20, BD and 45. RGB value is (32,189,69). Sum of RGB (Red+Green+Blue) = 32+189+69=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BD45 is #DF42BA. Grayscale: #808080. Windows color (decimal): -14631611 or 4570400. OLE color: 4570400.

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

Color convert

RGB3218969-
CMYK0.8300.630.26
HSL134.14º71.04%43.33%-
HSV(B)134.14º83.07%74.12%-
XYZ19.8737.1311.75-
YUV128.3894.4959.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 189 (74.22% from 255) = 65.17%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=11.03%
G=65.17%
B=23.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32189690.8300.630.26134.1471.0443.33
Hex20BD455303F1A86472b
Octal402751051230773220610753
Binary1000001011110110001011010011011111111010100001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,189,69); }

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

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

 a { background-color: rgb(32,189,69); }

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

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

 span { border-color: rgb(32,189,69); }

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