Html Css Color HEX #20AB3A Dark Pastel Green

📋 copy color: '#20AB3A'

red 32 ◦ green 171 ◦ blue 58

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

Shades of Dark Pastel Green #20AB3A

Tints of Dark Pastel Green #20AB3A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.52%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 12.26%
G = 65.52%
B = 22.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#20AB3A (or 0x20AB3A) is known color: Dark Pastel Green. HEX triplet: 20, AB and 3A. RGB value is (32,171,58). Sum of RGB (Red+Green+Blue) = 32+171+58=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB3A is #DF54C5. Grayscale: #747474. Windows color (decimal): -14636230 or 3844896. OLE color: 3844896.

HSL color Cylindrical-coordinate representation of color #20AB3A: hue angle of 131.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB3A is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 171 58 -
CMYK 0.81 0 0.66 0.33
HSL 131.22º 0.68% 0.4% -
HSV(B) 131.22º 0.81% 0.67% -
XYZ 15.92 29.74 8.9 -
YUV 116.56 94.95 67.69 -
System Red Green Blue C M Y K H S L
Decimal 32 171 58 0.81 0 0.66 0.33 131.22 0.68 0.4
Hex 20 AB 3A 51 0 42 21 83 44 28
Octal 40 253 72 121 0 102 41 203 104 50
Binary 100000 10101011 111010 1010001 0 1000010 100001 10000011 1000100 101000

Color Harmonies of #20AB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB3A

Black with #20AB3A

Text Example


Text Example

White with #20AB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,171,58); }

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

background-color css

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

 a { background-color: rgb(32,171,58); }

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

border-color css

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

 span { border-color: rgb(32,171,58); }

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