Html Css Color HEX #205C29 Parsley

📋 copy color: '#205C29'

red 32 ◦ green 92 ◦ blue 41

#205C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #205C29

Tints of Parsley #205C29

RGB

 RED value IS 32 (12.89% from 255) = 19.39%

 GREEN value IS 92 (36.33% from 255) = 55.76%

 BLUE value IS 41 (16.41% from 255) = 24.85%

R = 19.39%
G = 55.76%
B = 24.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#205C29 (or 0x205C29) is known color: Parsley. HEX triplet: 20, 5C and 29. RGB value is (32,92,41). Sum of RGB (Red+Green+Blue) = 32+92+41=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #205C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C29 is #DFA3D6. Grayscale: #444444. Windows color (decimal): -14656471 or 2710560. OLE color: 2710560.

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

Color convert

RGB 32 92 41 -
CMYK 0.65 0 0.55 0.64
HSL 129º 0.48% 0.24% -
HSV(B) 129º 0.65% 0.36% -
XYZ 4.82 8.12 3.41 -
YUV 68.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 32 92 41 0.65 0 0.55 0.64 129 0.48 0.24
Hex 20 5C 29 41 0 37 40 81 30 18
Octal 40 134 51 101 0 67 100 201 60 30
Binary 100000 1011100 101001 1000001 0 110111 1000000 10000001 110000 11000

Color Harmonies of #205C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C29

Black with #205C29

Text Example


Text Example

White with #205C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #205C29;
 }
 .AnyTagClassName
 {
   color: #205C29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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