#31981A

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

Shades of Forest Green #31981A

Tints of Forest Green #31981A

Color information

#31981A (or 0x31981A) is unknown color: approx Forest Green. HEX triplet: 31, 98 and 1A. RGB value is (49,152,26). Sum of RGB (Red+Green+Blue) = 49+152+26=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 152 (59.77% from 255 or 66.96% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 152 - color contains mainly: green. Hex color #31981A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31981A is #CE67E5. Grayscale: #6B6B6B. Windows color (decimal): -13527014 or 1742897. OLE color: 1742897.

HSL color Cylindrical-coordinate representation of color #31981A: hue angle of 109.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31981A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB4915226-
CMYK0.6800.830.40
HSL109.05º70.79%34.9%-
HSV(B)109.05º82.89%59.61%-
XYZ12.6823.184.78-
YUV106.8482.3886.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 152 (59.77% from 255) = 66.96%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=21.59%
G=66.96%
B=11.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49152260.6800.830.40109.0570.7934.9
Hex31981A44053286d4723
Octal612303210401235015510743
Binary110001100110001101010001000101001110100011011011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31981A; }

 p { color: rgb(49,152,26); }

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

<style>
 a { background-color: #31981A; }

 a { background-color: rgb(49,152,26); }

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

<style>
 span { border-color: #31981A; }

 span { border-color: rgb(49,152,26); }

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