#205D41

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

Shades of Green Pea #205D41

Tints of Green Pea #205D41

Color information

#205D41 (or 0x205D41) is unknown color: approx Green Pea. HEX triplet: 20, 5D and 41. RGB value is (32,93,65). Sum of RGB (Red+Green+Blue) = 32+93+65=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #205D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D41 is #DFA2BE. Grayscale: #474747. Windows color (decimal): -14656191 or 4283680. OLE color: 4283680.

HSL color Cylindrical-coordinate representation of color #205D41: hue angle of 152.46º 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 #205D41 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB329365-
CMYK0.6600.300.64
HSL152.46º48.8%24.51%-
HSV(B)152.46º65.59%36.47%-
XYZ5.468.526.36-
YUV71.57124.2999.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 93 (36.72% from 255) = 48.95%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=16.84%
G=48.95%
B=34.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293650.6600.300.64152.4648.824.51
Hex205D414201E40983119
Octal401351011020361002306131
Binary10000010111011000001100001001111010000001001100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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