Html Css Color HEX #319122 Forest Green

📋 copy color: '#319122'

red 49 ◦ green 145 ◦ blue 34

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

Shades of Forest Green #319122

Tints of Forest Green #319122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.91%

R = 21.49%
G = 63.6%
B = 14.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#319122 (or 0x319122) is known color: Forest Green. HEX triplet: 31, 91 and 22. RGB value is (49,145,34). Sum of RGB (Red+Green+Blue) = 49+145+34=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 145 (57.03% from 255 or 63.60% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 145 - color contains mainly: green. Hex color #319122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319122 is #CE6EDD. Grayscale: #676767. Windows color (decimal): -13528798 or 2265393. OLE color: 2265393.

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

Color convert

RGB 49 145 34 -
CMYK 0.66 0 0.77 0.43
HSL 111.89º 0.62% 0.35% -
HSV(B) 111.89º 0.77% 0.57% -
XYZ 11.68 21.02 4.95 -
YUV 103.64 88.7 89.03 -
System Red Green Blue C M Y K H S L
Decimal 49 145 34 0.66 0 0.77 0.43 111.89 0.62 0.35
Hex 31 91 22 42 0 4D 2B 70 3E 23
Octal 61 221 42 102 0 115 53 160 76 43
Binary 110001 10010001 100010 1000010 0 1001101 101011 1110000 111110 100011

Color Harmonies of #319122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319122

Black with #319122

Text Example


Text Example

White with #319122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319122; }

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

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

background-color css

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

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

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

border-color css

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

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

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