#205D3D

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

Shades of Green Pea #205D3D

Tints of Green Pea #205D3D

Color information

#205D3D (or 0x205D3D) is unknown color: approx Green Pea. HEX triplet: 20, 5D and 3D. RGB value is (32,93,61). Sum of RGB (Red+Green+Blue) = 32+93+61=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #205D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D3D is #DFA2C2. Grayscale: #474747. Windows color (decimal): -14656195 or 4021536. OLE color: 4021536.

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

Color convert

RGB329361-
CMYK0.6600.340.64
HSL148.52º48.8%24.51%-
HSV(B)148.52º65.59%36.47%-
XYZ5.358.475.77-
YUV71.11122.29100.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 93 (36.72% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=17.20%
G=50%
B=32.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293610.6600.340.64148.5248.824.51
Hex205D3D4202240953119
Octal40135751020421002256131
Binary10000010111011111011000010010001010000001001010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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