Html Css Color HEX #20592A Parsley

📋 copy color: '#20592A'

red 32 ◦ green 89 ◦ blue 42

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

Shades of Parsley #20592A

Tints of Parsley #20592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.6%

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

R = 19.63%
G = 54.6%
B = 25.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#20592A (or 0x20592A) is known color: Parsley. HEX triplet: 20, 59 and 2A. RGB value is (32,89,42). Sum of RGB (Red+Green+Blue) = 32+89+42=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #20592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20592A is #DFA6D5. Grayscale: #424242. Windows color (decimal): -14657238 or 2775328. OLE color: 2775328.

HSL color Cylindrical-coordinate representation of color #20592A: hue angle of 130.53º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20592A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 89 42 -
CMYK 0.64 0 0.53 0.65
HSL 130.53º 0.47% 0.24% -
HSV(B) 130.53º 0.64% 0.35% -
XYZ 4.59 7.62 3.42 -
YUV 66.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 32 89 42 0.64 0 0.53 0.65 130.53 0.47 0.24
Hex 20 59 2A 40 0 35 41 83 2F 18
Octal 40 131 52 100 0 65 101 203 57 30
Binary 100000 1011001 101010 1000000 0 110101 1000001 10000011 101111 11000

Color Harmonies of #20592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20592A

Black with #20592A

Text Example


Text Example

White with #20592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20592A; }

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

 H1.HeaderClassName
 {
   color: #20592A;
 }
 .AnyTagClassName
 {
   color: #20592A;
 }
</style>

background-color css

<style>
 a { background-color: #20592A; }

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

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

border-color css

<style>
 span { border-color: #20592A; }

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

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