#20BF3F

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

Shades of Dark Pastel Green #20BF3F

Tints of Dark Pastel Green #20BF3F

Color information

#20BF3F (or 0x20BF3F) is unknown color: approx Dark Pastel Green. HEX triplet: 20, BF and 3F. RGB value is (32,191,63). Sum of RGB (Red+Green+Blue) = 32+191+63=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 191 (75% from 255 or 66.78% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF3F is #DF40C0. Grayscale: #818181. Windows color (decimal): -14631105 or 4177696. OLE color: 4177696.

HSL color Cylindrical-coordinate representation of color #20BF3F: hue angle of 131.7º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BF3F is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB3219163-
CMYK0.8300.670.25
HSL131.7º71.3%43.73%-
HSV(B)131.7º83.25%74.9%-
XYZ20.1237.9310.96-
YUV128.8790.8258.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 191 (75% from 255) = 66.78%
BLUE value IS 63 (25% from 255) = 22.03%
R=11.19%
G=66.78%
B=22.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32191630.8300.670.25131.771.343.73
Hex20BF3F530431984472c
Octal402777712301033120410754
Binary1000001011111111111110100110100001111001100001001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,191,63); }

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

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

 a { background-color: rgb(32,191,63); }

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

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

 span { border-color: rgb(32,191,63); }

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