#205C41

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

Shades of Green Pea #205C41

Tints of Green Pea #205C41

Color information

#205C41 (or 0x205C41) is unknown color: approx Green Pea. HEX triplet: 20, 5C and 41. RGB value is (32,92,65). Sum of RGB (Red+Green+Blue) = 32+92+65=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #205C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C41 is #DFA3BE. Grayscale: #474747. Windows color (decimal): -14656447 or 4283424. OLE color: 4283424.

HSL color Cylindrical-coordinate representation of color #205C41: hue angle of 153º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205C41 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB329265-
CMYK0.6500.290.64
HSL153º48.39%24.31%-
HSV(B)153º65.22%36.08%-
XYZ5.388.346.33-
YUV70.98124.62100.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 92 (36.33% from 255) = 48.68%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=16.93%
G=48.68%
B=34.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3292650.6500.290.6415348.3924.31
Hex205C414101D40993018
Octal401341011010351002316030
Binary10000010111001000001100000101110110000001001100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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