Html Css Color HEX #205C2B Parsley

📋 copy color: '#205C2B'

red 32 ◦ green 92 ◦ blue 43

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

Shades of Parsley #205C2B

Tints of Parsley #205C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 19.16%
G = 55.09%
B = 25.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#205C2B (or 0x205C2B) is known color: Parsley. HEX triplet: 20, 5C and 2B. RGB value is (32,92,43). Sum of RGB (Red+Green+Blue) = 32+92+43=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #205C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C2B is #DFA3D4. Grayscale: #444444. Windows color (decimal): -14656469 or 2841632. OLE color: 2841632.

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

Color convert

RGB 32 92 43 -
CMYK 0.65 0 0.53 0.64
HSL 131º 0.48% 0.24% -
HSV(B) 131º 0.65% 0.36% -
XYZ 4.86 8.14 3.6 -
YUV 68.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 32 92 43 0.65 0 0.53 0.64 131 0.48 0.24
Hex 20 5C 2B 41 0 35 40 83 30 18
Octal 40 134 53 101 0 65 100 203 60 30
Binary 100000 1011100 101011 1000001 0 110101 1000000 10000011 110000 11000

Color Harmonies of #205C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C2B

Black with #205C2B

Text Example


Text Example

White with #205C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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