#20B538

Color #20B538 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #20B538

Tints of Dark Pastel Green #20B538

Color information

#20B538 (or 0x20B538) is unknown color: approx Dark Pastel Green. HEX triplet: 20, B5 and 38. RGB value is (32,181,56). Sum of RGB (Red+Green+Blue) = 32+181+56=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 181 (71.09% from 255 or 67.29% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 181 - color contains mainly: green. Hex color #20B538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B538 is #DF4AC7. Grayscale: #7A7A7A. Windows color (decimal): -14633672 or 3716384. OLE color: 3716384.

HSL color Cylindrical-coordinate representation of color #20B538: hue angle of 129.66º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B538 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB3218156-
CMYK0.8200.690.29
HSL129.66º69.95%41.76%-
HSV(B)129.66º82.32%70.98%-
XYZ17.8333.649.29-
YUV122.290.6463.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 181 (71.09% from 255) = 67.29%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=11.90%
G=67.29%
B=20.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32181560.8200.690.29129.6669.9541.76
Hex20B538520451D82462a
Octal402657012201053520210652
Binary1000001011010111100010100100100010111101100000101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,181,56); }

 H1.HeaderClassName
 {
   color: #20B538;
 }
 .AnyTagClassName
 {
   color: #20B538;
 }
</style>
background-color css

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

 a { background-color: rgb(32,181,56); }

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

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

 span { border-color: rgb(32,181,56); }

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