#205D45

Color #205D45 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #205D45

Tints of Green Pea #205D45

Color information

#205D45 (or 0x205D45) is unknown color: approx Green Pea. HEX triplet: 20, 5D and 45. RGB value is (32,93,69). Sum of RGB (Red+Green+Blue) = 32+93+69=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #205D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D45 is #DFA2BA. Grayscale: #484848. Windows color (decimal): -14656187 or 4545824. OLE color: 4545824.

HSL color Cylindrical-coordinate representation of color #205D45: hue angle of 156.39º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D45 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB329369-
CMYK0.6600.260.64
HSL156.39º48.8%24.51%-
HSV(B)156.39º65.59%36.47%-
XYZ5.588.576.99-
YUV72.02126.2999.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=16.49%
G=47.94%
B=35.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293690.6600.260.64156.3948.824.51
Hex205D454201A409c3119
Octal401351051020321002346131
Binary10000010111011000101100001001101010000001001110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205D45; }

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

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

<style>
 a { background-color: #205D45; }

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

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

<style>
 span { border-color: #205D45; }

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

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