Html Css Color HEX #20AD34 Dark Pastel Green

📋 copy color: '#20AD34'

red 32 ◦ green 173 ◦ blue 52

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

Shades of Dark Pastel Green #20AD34

Tints of Dark Pastel Green #20AD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.32%

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 12.45%
G = 67.32%
B = 20.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#20AD34 (or 0x20AD34) is known color: Dark Pastel Green. HEX triplet: 20, AD and 34. RGB value is (32,173,52). Sum of RGB (Red+Green+Blue) = 32+173+52=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 173 (67.97% from 255 or 67.32% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD34 is #DF52CB. Grayscale: #757575. Windows color (decimal): -14635724 or 3452192. OLE color: 3452192.

HSL color Cylindrical-coordinate representation of color #20AD34: hue angle of 128.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD34 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 52 -
CMYK 0.82 0 0.70 0.32
HSL 128.51º 0.69% 0.4% -
HSV(B) 128.51º 0.82% 0.68% -
XYZ 16.16 30.44 8.27 -
YUV 117.05 91.29 67.34 -
System Red Green Blue C M Y K H S L
Decimal 32 173 52 0.82 0 0.70 0.32 128.51 0.69 0.4
Hex 20 AD 34 52 0 46 20 81 45 28
Octal 40 255 64 122 0 106 40 201 105 50
Binary 100000 10101101 110100 1010010 0 1000110 100000 10000001 1000101 101000

Color Harmonies of #20AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD34

Black with #20AD34

Text Example


Text Example

White with #20AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,173,52); }

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

background-color css

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

 a { background-color: rgb(32,173,52); }

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

border-color css

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

 span { border-color: rgb(32,173,52); }

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