Html Css Color HEX #20B748 Dark Pastel Green

📋 copy color: '#20B748'

red 32 ◦ green 183 ◦ blue 72

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

Shades of Dark Pastel Green #20B748

Tints of Dark Pastel Green #20B748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 63.76%

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 11.15%
G = 63.76%
B = 25.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#20B748 (or 0x20B748) is known color: Dark Pastel Green. HEX triplet: 20, B7 and 48. RGB value is (32,183,72). Sum of RGB (Red+Green+Blue) = 32+183+72=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #20B748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B748 is #DF48B7. Grayscale: #7D7D7D. Windows color (decimal): -14633144 or 4765472. OLE color: 4765472.

HSL color Cylindrical-coordinate representation of color #20B748: hue angle of 135.89º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B748 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 32 183 72 -
CMYK 0.83 0 0.61 0.28
HSL 135.89º 0.7% 0.42% -
HSV(B) 135.89º 0.83% 0.72% -
XYZ 18.7 34.64 11.83 -
YUV 125.2 97.97 61.53 -
System Red Green Blue C M Y K H S L
Decimal 32 183 72 0.83 0 0.61 0.28 135.89 0.7 0.42
Hex 20 B7 48 53 0 3D 1C 88 46 2A
Octal 40 267 110 123 0 75 34 210 106 52
Binary 100000 10110111 1001000 1010011 0 111101 11100 10001000 1000110 101010

Color Harmonies of #20B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B748

Black with #20B748

Text Example


Text Example

White with #20B748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,183,72); }

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

background-color css

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

 a { background-color: rgb(32,183,72); }

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

border-color css

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

 span { border-color: rgb(32,183,72); }

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