#205D3F

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

Shades of Green Pea #205D3F

Tints of Green Pea #205D3F

Color information

#205D3F (or 0x205D3F) is unknown color: approx Green Pea. HEX triplet: 20, 5D and 3F. RGB value is (32,93,63). Sum of RGB (Red+Green+Blue) = 32+93+63=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #205D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D3F is #DFA2C0. Grayscale: #474747. Windows color (decimal): -14656193 or 4152608. OLE color: 4152608.

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

Color convert

RGB329363-
CMYK0.6600.320.64
HSL150.49º48.8%24.51%-
HSV(B)150.49º65.59%36.47%-
XYZ5.418.496.06-
YUV71.34123.2999.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 93 (36.72% from 255) = 49.47%
BLUE value IS 63 (25% from 255) = 33.51%
R=17.02%
G=49.47%
B=33.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293630.6600.320.64150.4948.824.51
Hex205D3F4202040963119
Octal40135771020401002266131
Binary10000010111011111111000010010000010000001001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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