Html Css Color HEX #20B946 Dark Pastel Green

📋 copy color: '#20B946'

red 32 ◦ green 185 ◦ blue 70

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

Shades of Dark Pastel Green #20B946

Tints of Dark Pastel Green #20B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 64.46%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 11.15%
G = 64.46%
B = 24.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#20B946 (or 0x20B946) is known color: Dark Pastel Green. HEX triplet: 20, B9 and 46. RGB value is (32,185,70). Sum of RGB (Red+Green+Blue) = 32+185+70=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #20B946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B946 is #DF46B9. Grayscale: #7E7E7E. Windows color (decimal): -14632634 or 4634912. OLE color: 4634912.

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

Color convert

RGB 32 185 70 -
CMYK 0.83 0 0.62 0.27
HSL 134.9º 0.71% 0.43% -
HSV(B) 134.9º 0.83% 0.73% -
XYZ 19.05 35.45 11.63 -
YUV 126.14 96.31 60.85 -
System Red Green Blue C M Y K H S L
Decimal 32 185 70 0.83 0 0.62 0.27 134.9 0.71 0.43
Hex 20 B9 46 53 0 3E 1B 87 47 2B
Octal 40 271 106 123 0 76 33 207 107 53
Binary 100000 10111001 1000110 1010011 0 111110 11011 10000111 1000111 101011

Color Harmonies of #20B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B946

Black with #20B946

Text Example


Text Example

White with #20B946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,185,70); }

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

background-color css

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

 a { background-color: rgb(32,185,70); }

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

border-color css

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

 span { border-color: rgb(32,185,70); }

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