Html Css Color HEX #319031 Forest Green

📋 copy color: '#319031'

red 49 ◦ green 144 ◦ blue 49

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

Shades of Forest Green #319031

Tints of Forest Green #319031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 59.5%

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

R = 20.25%
G = 59.5%
B = 20.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#319031 (or 0x319031) is known color: Forest Green. HEX triplet: 31, 90 and 31. RGB value is (49,144,49). Sum of RGB (Red+Green+Blue) = 49+144+49=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #319031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319031 is #CE6FCE. Grayscale: #696969. Windows color (decimal): -13529039 or 3248177. OLE color: 3248177.

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

Color convert

RGB 49 144 49 -
CMYK 0.66 0 0.66 0.44
HSL 120º 0.49% 0.38% -
HSV(B) 120º 0.66% 0.56% -
XYZ 11.79 20.82 6.3 -
YUV 104.77 96.53 88.22 -
System Red Green Blue C M Y K H S L
Decimal 49 144 49 0.66 0 0.66 0.44 120 0.49 0.38
Hex 31 90 31 42 0 42 2C 78 31 26
Octal 61 220 61 102 0 102 54 170 61 46
Binary 110001 10010000 110001 1000010 0 1000010 101100 1111000 110001 100110

Color Harmonies of #319031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319031

Black with #319031

Text Example


Text Example

White with #319031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319031; }

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

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

background-color css

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

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

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

border-color css

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

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

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