#31941D

Color #31941D Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #31941D

Tints of Forest Green #31941D

Color information

#31941D (or 0x31941D) is unknown color: approx Forest Green. HEX triplet: 31, 94 and 1D. RGB value is (49,148,29). Sum of RGB (Red+Green+Blue) = 49+148+29=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #31941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31941D is #CE6BE2. Grayscale: #696969. Windows color (decimal): -13528035 or 1938481. OLE color: 1938481.

HSL color Cylindrical-coordinate representation of color #31941D: hue angle of 109.92º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31941D is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB4914829-
CMYK0.6700.800.42
HSL109.92º67.23%34.71%-
HSV(B)109.92º80.41%58.04%-
XYZ12.0821.924.76-
YUV104.8385.288.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 148 (58.20% from 255) = 65.49%
BLUE value IS 29 (11.72% from 255) = 12.83%
R=21.68%
G=65.49%
B=12.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148290.6700.800.42109.9267.2334.71
Hex31941D430502A6e4323
Octal612243510301205215610343
Binary110001100101001110110000110101000010101011011101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31941D; }

 p { color: rgb(49,148,29); }

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

<style>
 a { background-color: #31941D; }

 a { background-color: rgb(49,148,29); }

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

<style>
 span { border-color: #31941D; }

 span { border-color: rgb(49,148,29); }

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