#205A2B

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

Shades of Parsley #205A2B

Tints of Parsley #205A2B

Color information

#205A2B (or 0x205A2B) is unknown color: approx Parsley. HEX triplet: 20, 5A and 2B. RGB value is (32,90,43). Sum of RGB (Red+Green+Blue) = 32+90+43=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #205A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A2B is #DFA5D4. Grayscale: #434343. Windows color (decimal): -14656981 or 2841120. OLE color: 2841120.

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

Color convert

RGB329043-
CMYK0.6400.520.65
HSL131.38º47.54%23.92%-
HSV(B)131.38º64.44%35.29%-
XYZ4.697.793.54-
YUV67.3114.28102.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=19.39%
G=54.55%
B=26.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3290430.6400.520.65131.3847.5423.92
Hex205A2B4003441833018
Octal40132531000641012036030
Binary10000010110101010111000000011010010000011000001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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