#205E2B

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

Shades of Parsley #205E2B

Tints of Parsley #205E2B

Color information

#205E2B (or 0x205E2B) is unknown color: approx Parsley. HEX triplet: 20, 5E and 2B. RGB value is (32,94,43). Sum of RGB (Red+Green+Blue) = 32+94+43=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #205E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E2B is #DFA1D4. Grayscale: #454545. Windows color (decimal): -14655957 or 2842144. OLE color: 2842144.

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

Color convert

RGB329443-
CMYK0.6600.540.63
HSL130.65º49.21%24.71%-
HSV(B)130.65º65.96%36.86%-
XYZ5.038.493.66-
YUV69.65112.96101.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 94 (37.11% from 255) = 55.62%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=18.93%
G=55.62%
B=25.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3294430.6600.540.63130.6549.2124.71
Hex205E2B420363F833119
Octal4013653102066772036131
Binary1000001011110101011100001001101101111111000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,94,43); }

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

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

 a { background-color: rgb(32,94,43); }

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

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

 span { border-color: rgb(32,94,43); }

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