#205B2B

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

Shades of Parsley #205B2B

Tints of Parsley #205B2B

Color information

#205B2B (or 0x205B2B) is unknown color: approx Parsley. HEX triplet: 20, 5B and 2B. RGB value is (32,91,43). Sum of RGB (Red+Green+Blue) = 32+91+43=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #205B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B2B is #DFA4D4. Grayscale: #444444. Windows color (decimal): -14656725 or 2841376. OLE color: 2841376.

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

Color convert

RGB329143-
CMYK0.6500.530.64
HSL131.19º47.97%24.12%-
HSV(B)131.19º64.84%35.69%-
XYZ4.777.963.57-
YUV67.89113.95102.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 91 (35.94% from 255) = 54.82%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=19.28%
G=54.82%
B=25.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3291430.6500.530.64131.1947.9724.12
Hex205B2B4103540833018
Octal40133531010651002036030
Binary10000010110111010111000001011010110000001000001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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