Html Css Color HEX #319131 Forest Green

📋 copy color: '#319131'

red 49 ◦ green 145 ◦ blue 49

#319131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #319131

Tints of Forest Green #319131

RGB

 RED value IS 49 (19.53% from 255) = 20.16%

 GREEN value IS 145 (57.03% from 255) = 59.67%

 BLUE value IS 49 (19.53% from 255) = 20.16%

R = 20.16%
G = 59.67%
B = 20.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#319131 (or 0x319131) is known color: Forest Green. HEX triplet: 31, 91 and 31. RGB value is (49,145,49). Sum of RGB (Red+Green+Blue) = 49+145+49=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #319131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319131 is #CE6ECE. Grayscale: #696969. Windows color (decimal): -13528783 or 3248433. OLE color: 3248433.

HSL color Cylindrical-coordinate representation of color #319131: hue angle of 120º degrees, saturation: 0.49, 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 #319131 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 49 -
CMYK 0.66 0 0.66 0.43
HSL 120º 0.49% 0.38% -
HSV(B) 120º 0.66% 0.57% -
XYZ 11.95 21.13 6.35 -
YUV 105.35 96.2 87.81 -
System Red Green Blue C M Y K H S L
Decimal 49 145 49 0.66 0 0.66 0.43 120 0.49 0.38
Hex 31 91 31 42 0 42 2B 78 31 26
Octal 61 221 61 102 0 102 53 170 61 46
Binary 110001 10010001 110001 1000010 0 1000010 101011 1111000 110001 100110

Color Harmonies of #319131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319131

Black with #319131

Text Example


Text Example

White with #319131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319131; }

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

 H1.HeaderClassName
 {
   color: #319131;
 }
 .AnyTagClassName
 {
   color: #319131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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