Html Css Color HEX #205C28 Parsley

📋 copy color: '#205C28'

red 32 ◦ green 92 ◦ blue 40

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

Shades of Parsley #205C28

Tints of Parsley #205C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 19.51%
G = 56.1%
B = 24.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#205C28 (or 0x205C28) is known color: Parsley. HEX triplet: 20, 5C and 28. RGB value is (32,92,40). Sum of RGB (Red+Green+Blue) = 32+92+40=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #205C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C28 is #DFA3D7. Grayscale: #444444. Windows color (decimal): -14656472 or 2645024. OLE color: 2645024.

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

Color convert

RGB 32 92 40 -
CMYK 0.65 0 0.57 0.64
HSL 128º 0.48% 0.24% -
HSV(B) 128º 0.65% 0.36% -
XYZ 4.81 8.11 3.32 -
YUV 68.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 32 92 40 0.65 0 0.57 0.64 128 0.48 0.24
Hex 20 5C 28 41 0 39 40 80 30 18
Octal 40 134 50 101 0 71 100 200 60 30
Binary 100000 1011100 101000 1000001 0 111001 1000000 10000000 110000 11000

Color Harmonies of #205C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C28

Black with #205C28

Text Example


Text Example

White with #205C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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