Html Css Color HEX #319522 Forest Green

📋 copy color: '#319522'

red 49 ◦ green 149 ◦ blue 34

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

Shades of Forest Green #319522

Tints of Forest Green #319522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 64.22%

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

R = 21.12%
G = 64.22%
B = 14.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#319522 (or 0x319522) is known color: Forest Green. HEX triplet: 31, 95 and 22. RGB value is (49,149,34). Sum of RGB (Red+Green+Blue) = 49+149+34=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #319522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319522 is #CE6ADD. Grayscale: #6A6A6A. Windows color (decimal): -13527774 or 2266417. OLE color: 2266417.

HSL color Cylindrical-coordinate representation of color #319522: hue angle of 112.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319522 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 34 -
CMYK 0.67 0 0.77 0.42
HSL 112.17º 0.63% 0.36% -
HSV(B) 112.17º 0.77% 0.58% -
XYZ 12.3 22.26 5.16 -
YUV 105.99 87.37 87.35 -
System Red Green Blue C M Y K H S L
Decimal 49 149 34 0.67 0 0.77 0.42 112.17 0.63 0.36
Hex 31 95 22 43 0 4D 2A 70 3F 24
Octal 61 225 42 103 0 115 52 160 77 44
Binary 110001 10010101 100010 1000011 0 1001101 101010 1110000 111111 100100

Color Harmonies of #319522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319522

Black with #319522

Text Example


Text Example

White with #319522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319522; }

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

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

background-color css

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

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

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

border-color css

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

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

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