#319F2A

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

Shades of Forest Green #319F2A

Tints of Forest Green #319F2A

Color information

#319F2A (or 0x319F2A) is unknown color: approx Forest Green. HEX triplet: 31, 9F and 2A. RGB value is (49,159,42). Sum of RGB (Red+Green+Blue) = 49+159+42=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 159 (62.5% from 255 or 63.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 159 - color contains mainly: green. Hex color #319F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F2A is #CE60D5. Grayscale: #717171. Windows color (decimal): -13525206 or 2793265. OLE color: 2793265.

HSL color Cylindrical-coordinate representation of color #319F2A: hue angle of 116.41º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #319F2A is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB4915942-
CMYK0.6900.740.38
HSL116.41º58.21%39.41%-
HSV(B)116.41º73.58%62.35%-
XYZ14.0825.626.39-
YUV112.7788.0682.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 159 (62.5% from 255) = 63.6%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=19.6%
G=63.6%
B=16.8%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49159420.6900.740.38116.4158.2139.41
Hex319F2A4504A26743a27
Octal61237521050112461647247
Binary110001100111111010101000101010010101001101110100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319F2A; }

 p { color: rgb(49,159,42); }

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

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

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

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

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

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

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