#20C045

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

Shades of Dark Pastel Green #20C045

Tints of Dark Pastel Green #20C045

Color information

#20C045 (or 0x20C045) is unknown color: approx Dark Pastel Green. HEX triplet: 20, C0 and 45. RGB value is (32,192,69). Sum of RGB (Red+Green+Blue) = 32+192+69=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #20C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C045 is #DF3FBA. Grayscale: #828282. Windows color (decimal): -14630843 or 4571168. OLE color: 4571168.

HSL color Cylindrical-coordinate representation of color #20C045: hue angle of 133.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C045 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB3219269-
CMYK0.8300.640.25
HSL133.88º71.43%43.92%-
HSV(B)133.88º83.33%75.29%-
XYZ20.5238.4411.97-
YUV130.1493.4958-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 192 (75.39% from 255) = 65.53%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=10.92%
G=65.53%
B=23.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32192690.8300.640.25133.8871.4343.92
Hex20C045530401986472c
Octal4030010512301003120610754
Binary10000011000000100010110100110100000011001100001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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