Html Css Color HEX #319E1A Forest Green

📋 copy color: '#319E1A'

red 49 ◦ green 158 ◦ blue 26

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

Shades of Forest Green #319E1A

Tints of Forest Green #319E1A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 67.81%

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 21.03%
G = 67.81%
B = 11.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#319E1A (or 0x319E1A) is known color: Forest Green. HEX triplet: 31, 9E and 1A. RGB value is (49,158,26). Sum of RGB (Red+Green+Blue) = 49+158+26=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 158 (62.11% from 255 or 67.81% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 158 - color contains mainly: green. Hex color #319E1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E1A is #CE61E5. Grayscale: #6E6E6E. Windows color (decimal): -13525478 or 1744433. OLE color: 1744433.

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

Color convert

RGB 49 158 26 -
CMYK 0.69 0 0.84 0.38
HSL 109.55º 0.72% 0.36% -
HSV(B) 109.55º 0.84% 0.62% -
XYZ 13.68 25.18 5.12 -
YUV 110.36 80.39 84.23 -
System Red Green Blue C M Y K H S L
Decimal 49 158 26 0.69 0 0.84 0.38 109.55 0.72 0.36
Hex 31 9E 1A 45 0 54 26 6E 48 24
Octal 61 236 32 105 0 124 46 156 110 44
Binary 110001 10011110 11010 1000101 0 1010100 100110 1101110 1001000 100100

Color Harmonies of #319E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E1A

Black with #319E1A

Text Example


Text Example

White with #319E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,158,26); }

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

background-color css

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

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

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

border-color css

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

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

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