Html Css Color HEX #205F2A Parsley

📋 copy color: '#205F2A'

red 32 ◦ green 95 ◦ blue 42

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

Shades of Parsley #205F2A

Tints of Parsley #205F2A

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.8% from 255) = 24.85%

R = 18.93%
G = 56.21%
B = 24.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#205F2A (or 0x205F2A) is known color: 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

RGB 32 95 42 -
CMYK 0.66 0 0.56 0.63
HSL 129.52º 0.5% 0.25% -
HSV(B) 129.52º 0.66% 0.37% -
XYZ 5.11 8.66 3.59 -
YUV 70.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 32 95 42 0.66 0 0.56 0.63 129.52 0.5 0.25
Hex 20 5F 2A 42 0 38 3F 82 32 19
Octal 40 137 52 102 0 70 77 202 62 31
Binary 100000 1011111 101010 1000010 0 111000 111111 10000010 110010 11001

Color Harmonies of #205F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F2A

Black with #205F2A

Text Example


Text Example

White with #205F2A

Text Example


Text Example

HTML Codes & Css Web 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>