Html Css Color HEX #20AB41 Dark Pastel Green

📋 copy color: '#20AB41'

red 32 ◦ green 171 ◦ blue 65

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

Shades of Dark Pastel Green #20AB41

Tints of Dark Pastel Green #20AB41

RGB

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

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

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

R = 11.94%
G = 63.81%
B = 24.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#20AB41 (or 0x20AB41) is known color: Dark Pastel Green. HEX triplet: 20, AB and 41. RGB value is (32,171,65). Sum of RGB (Red+Green+Blue) = 32+171+65=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB41 is #DF54BE. Grayscale: #757575. Windows color (decimal): -14636223 or 4303648. OLE color: 4303648.

HSL color Cylindrical-coordinate representation of color #20AB41: hue angle of 134.24º 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 #20AB41 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 171 65 -
CMYK 0.81 0 0.62 0.33
HSL 134.24º 0.68% 0.4% -
HSV(B) 134.24º 0.81% 0.67% -
XYZ 16.11 29.81 9.91 -
YUV 117.36 98.45 67.12 -
System Red Green Blue C M Y K H S L
Decimal 32 171 65 0.81 0 0.62 0.33 134.24 0.68 0.4
Hex 20 AB 41 51 0 3E 21 86 44 28
Octal 40 253 101 121 0 76 41 206 104 50
Binary 100000 10101011 1000001 1010001 0 111110 100001 10000110 1000100 101000

Color Harmonies of #20AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB41

Black with #20AB41

Text Example


Text Example

White with #20AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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