Html Css Color HEX #205C2A Parsley

📋 copy color: '#205C2A'

red 32 ◦ green 92 ◦ blue 42

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

Shades of Parsley #205C2A

Tints of Parsley #205C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 19.28%
G = 55.42%
B = 25.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#205C2A (or 0x205C2A) is known color: Parsley. HEX triplet: 20, 5C and 2A. RGB value is (32,92,42). Sum of RGB (Red+Green+Blue) = 32+92+42=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #205C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C2A is #DFA3D5. Grayscale: #444444. Windows color (decimal): -14656470 or 2776096. OLE color: 2776096.

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

Color convert

RGB 32 92 42 -
CMYK 0.65 0 0.54 0.64
HSL 130º 0.48% 0.24% -
HSV(B) 130º 0.65% 0.36% -
XYZ 4.84 8.13 3.5 -
YUV 68.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 32 92 42 0.65 0 0.54 0.64 130 0.48 0.24
Hex 20 5C 2A 41 0 36 40 82 30 18
Octal 40 134 52 101 0 66 100 202 60 30
Binary 100000 1011100 101010 1000001 0 110110 1000000 10000010 110000 11000

Color Harmonies of #205C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C2A

Black with #205C2A

Text Example


Text Example

White with #205C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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