#205F2A

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

Shades of Parsley #205F2A

Tints of Parsley #205F2A

Color information

#205F2A (or 0x205F2A) is unknown color: approx Parsley. HEX triplet: 20, 5F and 2A. RGB value is (32,95,42). Sum of RGB (Red+Green+Blue) = 32+95+42=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #205F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F2A is #DFA0D5. Grayscale: #464646. Windows color (decimal): -14655702 or 2776864. OLE color: 2776864.

HSL color Cylindrical-coordinate representation of color #205F2A: hue angle of 129.52º degrees, saturation: 0.5, 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 #205F2A is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB329542-
CMYK0.6600.560.63
HSL129.52º49.61%24.9%-
HSV(B)129.52º66.32%37.25%-
XYZ5.118.663.59-
YUV70.12112.13100.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 95 (37.5% from 255) = 56.21%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=18.93%
G=56.21%
B=24.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3295420.6600.560.63129.5249.6124.9
Hex205F2A420383F823219
Octal4013752102070772026231
Binary1000001011111101010100001001110001111111000001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,95,42); }

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

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

 a { background-color: rgb(32,95,42); }

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

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

 span { border-color: rgb(32,95,42); }

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