Html Css Color HEX #20A541 Dark Pastel Green

📋 copy color: '#20A541'

red 32 ◦ green 165 ◦ blue 65

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

Shades of Dark Pastel Green #20A541

Tints of Dark Pastel Green #20A541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 62.98%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 12.21%
G = 62.98%
B = 24.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#20A541 (or 0x20A541) is known color: Dark Pastel Green. HEX triplet: 20, A5 and 41. RGB value is (32,165,65). Sum of RGB (Red+Green+Blue) = 32+165+65=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #20A541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A541 is #DF5ABE. Grayscale: #727272. Windows color (decimal): -14637759 or 4302112. OLE color: 4302112.

HSL color Cylindrical-coordinate representation of color #20A541: hue angle of 134.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A541 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 165 65 -
CMYK 0.81 0 0.61 0.35
HSL 134.89º 0.68% 0.39% -
HSV(B) 134.89º 0.81% 0.65% -
XYZ 15 27.6 9.54 -
YUV 113.83 100.44 69.63 -
System Red Green Blue C M Y K H S L
Decimal 32 165 65 0.81 0 0.61 0.35 134.89 0.68 0.39
Hex 20 A5 41 51 0 3D 23 87 44 27
Octal 40 245 101 121 0 75 43 207 104 47
Binary 100000 10100101 1000001 1010001 0 111101 100011 10000111 1000100 100111

Color Harmonies of #20A541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A541

Black with #20A541

Text Example


Text Example

White with #20A541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20A541; }

 p { color: rgb(32,165,65); }

 H1.HeaderClassName
 {
   color: #20A541;
 }
 .AnyTagClassName
 {
   color: #20A541;
 }
</style>

background-color css

<style>
 a { background-color: #20A541; }

 a { background-color: rgb(32,165,65); }

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

border-color css

<style>
 span { border-color: #20A541; }

 span { border-color: rgb(32,165,65); }

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