#20582A

Color #20582A Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #20582A

Tints of Parsley #20582A

Color information

#20582A (or 0x20582A) is unknown color: approx Parsley. HEX triplet: 20, 58 and 2A. RGB value is (32,88,42). Sum of RGB (Red+Green+Blue) = 32+88+42=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #20582A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20582A is #DFA7D5. Grayscale: #424242. Windows color (decimal): -14657494 or 2775072. OLE color: 2775072.

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

Color convert

RGB328842-
CMYK0.6400.520.65
HSL130.71º46.67%23.53%-
HSV(B)130.71º63.64%34.51%-
XYZ4.57.453.39-
YUV66.01114.45103.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=19.75%
G=54.32%
B=25.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3288420.6400.520.65130.7146.6723.53
Hex20582A4003441832f18
Octal40130521000641012035730
Binary10000010110001010101000000011010010000011000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20582A;
 }
 .AnyTagClassName
 {
   color: #20582A;
 }
</style>
background-color css

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

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

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

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

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

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