Html Css Color HEX #20BA41 Dark Pastel Green

📋 copy color: '#20BA41'

red 32 ◦ green 186 ◦ blue 65

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

Shades of Dark Pastel Green #20BA41

Tints of Dark Pastel Green #20BA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.72%

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

R = 11.31%
G = 65.72%
B = 22.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#20BA41 (or 0x20BA41) is known color: Dark Pastel Green. HEX triplet: 20, BA and 41. RGB value is (32,186,65). Sum of RGB (Red+Green+Blue) = 32+186+65=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA41 is #DF45BE. Grayscale: #7E7E7E. Windows color (decimal): -14632383 or 4307488. OLE color: 4307488.

HSL color Cylindrical-coordinate representation of color #20BA41: hue angle of 132.86º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA41 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 186 65 -
CMYK 0.83 0 0.65 0.27
HSL 132.86º 0.71% 0.43% -
HSV(B) 132.86º 0.83% 0.73% -
XYZ 19.11 35.81 10.91 -
YUV 126.16 93.48 60.84 -
System Red Green Blue C M Y K H S L
Decimal 32 186 65 0.83 0 0.65 0.27 132.86 0.71 0.43
Hex 20 BA 41 53 0 41 1B 85 47 2B
Octal 40 272 101 123 0 101 33 205 107 53
Binary 100000 10111010 1000001 1010011 0 1000001 11011 10000101 1000111 101011

Color Harmonies of #20BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BA41

Black with #20BA41

Text Example


Text Example

White with #20BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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