Html Css Color HEX #20B952 Dark Pastel Green

📋 copy color: '#20B952'

red 32 ◦ green 185 ◦ blue 82

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

Shades of Dark Pastel Green #20B952

Tints of Dark Pastel Green #20B952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 10.7%
G = 61.87%
B = 27.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#20B952 (or 0x20B952) is known color: Dark Pastel Green. HEX triplet: 20, B9 and 52. RGB value is (32,185,82). Sum of RGB (Red+Green+Blue) = 32+185+82=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #20B952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B952 is #DF46AD. Grayscale: #7F7F7F. Windows color (decimal): -14632622 or 5421344. OLE color: 5421344.

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

Color convert

RGB 32 185 82 -
CMYK 0.83 0 0.56 0.27
HSL 139.61º 0.71% 0.43% -
HSV(B) 139.61º 0.83% 0.73% -
XYZ 19.47 35.61 13.83 -
YUV 127.51 102.31 59.88 -
System Red Green Blue C M Y K H S L
Decimal 32 185 82 0.83 0 0.56 0.27 139.61 0.71 0.43
Hex 20 B9 52 53 0 38 1B 8C 47 2B
Octal 40 271 122 123 0 70 33 214 107 53
Binary 100000 10111001 1010010 1010011 0 111000 11011 10001100 1000111 101011

Color Harmonies of #20B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B952

Black with #20B952

Text Example


Text Example

White with #20B952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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