Html Css Color HEX #20C248 Dark Pastel Green

📋 copy color: '#20C248'

red 32 ◦ green 194 ◦ blue 72

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

Shades of Dark Pastel Green #20C248

Tints of Dark Pastel Green #20C248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.1%

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

R = 10.74%
G = 65.1%
B = 24.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#20C248 (or 0x20C248) is known color: Dark Pastel Green. HEX triplet: 20, C2 and 48. RGB value is (32,194,72). Sum of RGB (Red+Green+Blue) = 32+194+72=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #20C248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C248 is #DF3DB7. Grayscale: #838383. Windows color (decimal): -14630328 or 4768288. OLE color: 4768288.

HSL color Cylindrical-coordinate representation of color #20C248: hue angle of 134.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C248 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 72 -
CMYK 0.84 0 0.63 0.24
HSL 134.81º 0.72% 0.44% -
HSV(B) 134.81º 0.84% 0.76% -
XYZ 21.06 39.36 12.62 -
YUV 131.65 94.33 56.92 -
System Red Green Blue C M Y K H S L
Decimal 32 194 72 0.84 0 0.63 0.24 134.81 0.72 0.44
Hex 20 C2 48 54 0 3F 18 87 48 2C
Octal 40 302 110 124 0 77 30 207 110 54
Binary 100000 11000010 1001000 1010100 0 111111 11000 10000111 1001000 101100

Color Harmonies of #20C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C248

Black with #20C248

Text Example


Text Example

White with #20C248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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