Html Css Color HEX #319320 Forest Green

📋 copy color: '#319320'

red 49 ◦ green 147 ◦ blue 32

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

Shades of Forest Green #319320

Tints of Forest Green #319320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 64.47%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 21.49%
G = 64.47%
B = 14.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#319320 (or 0x319320) is known color: Forest Green. HEX triplet: 31, 93 and 20. RGB value is (49,147,32). Sum of RGB (Red+Green+Blue) = 49+147+32=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #319320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319320 is #CE6CDF. Grayscale: #686868. Windows color (decimal): -13528288 or 2134833. OLE color: 2134833.

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

Color convert

RGB 49 147 32 -
CMYK 0.67 0 0.78 0.42
HSL 111.13º 0.64% 0.35% -
HSV(B) 111.13º 0.78% 0.58% -
XYZ 11.96 21.62 4.91 -
YUV 104.59 87.03 88.35 -
System Red Green Blue C M Y K H S L
Decimal 49 147 32 0.67 0 0.78 0.42 111.13 0.64 0.35
Hex 31 93 20 43 0 4E 2A 6F 40 23
Octal 61 223 40 103 0 116 52 157 100 43
Binary 110001 10010011 100000 1000011 0 1001110 101010 1101111 1000000 100011

Color Harmonies of #319320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319320

Black with #319320

Text Example


Text Example

White with #319320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319320; }

 p { color: rgb(49,147,32); }

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

background-color css

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

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

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

border-color css

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

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

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