#31951B

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

Shades of Forest Green #31951B

Tints of Forest Green #31951B

Color information

#31951B (or 0x31951B) is unknown color: approx Forest Green. HEX triplet: 31, 95 and 1B. RGB value is (49,149,27). Sum of RGB (Red+Green+Blue) = 49+149+27=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #31951B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31951B is #CE6AE4. Grayscale: #696969. Windows color (decimal): -13527781 or 1807665. OLE color: 1807665.

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

Color convert

RGB4914927-
CMYK0.6700.820.42
HSL109.18º69.32%34.51%-
HSV(B)109.18º81.88%58.43%-
XYZ12.2122.234.68-
YUV105.1983.8787.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 149 (58.59% from 255) = 66.22%
BLUE value IS 27 (10.94% from 255) = 12%
R=21.78%
G=66.22%
B=12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49149270.6700.820.42109.1869.3234.51
Hex31951B430522A6d4523
Octal612253310301225215510543
Binary110001100101011101110000110101001010101011011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31951B; }

 p { color: rgb(49,149,27); }

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

<style>
 a { background-color: #31951B; }

 a { background-color: rgb(49,149,27); }

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

<style>
 span { border-color: #31951B; }

 span { border-color: rgb(49,149,27); }

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