#319231

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

Shades of Forest Green #319231

Tints of Forest Green #319231

Color information

#319231 (or 0x319231) is unknown color: approx Forest Green. HEX triplet: 31, 92 and 31. RGB value is (49,146,49). Sum of RGB (Red+Green+Blue) = 49+146+49=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #319231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319231 is #CE6DCE. Grayscale: #6A6A6A. Windows color (decimal): -13528527 or 3248689. OLE color: 3248689.

HSL color Cylindrical-coordinate representation of color #319231: hue angle of 120º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319231 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB4914649-
CMYK0.6600.660.43
HSL120º49.74%38.24%-
HSV(B)120º66.44%57.25%-
XYZ12.121.436.4-
YUV105.9495.8687.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 146 (57.42% from 255) = 59.84%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=20.08%
G=59.84%
B=20.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49146490.6600.660.4312049.7438.24
Hex319231420422B783226
Octal61222611020102531706246
Binary110001100100101100011000010010000101010111111000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319231; }

 p { color: rgb(49,146,49); }

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

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

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

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

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

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

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