Html Css Color HEX #319129 Forest Green

📋 copy color: '#319129'

red 49 ◦ green 145 ◦ blue 41

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

Shades of Forest Green #319129

Tints of Forest Green #319129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 20.85%
G = 61.7%
B = 17.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#319129 (or 0x319129) is known color: Forest Green. HEX triplet: 31, 91 and 29. RGB value is (49,145,41). Sum of RGB (Red+Green+Blue) = 49+145+41=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #319129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319129 is #CE6ED6. Grayscale: #686868. Windows color (decimal): -13528791 or 2724145. OLE color: 2724145.

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

Color convert

RGB 49 145 41 -
CMYK 0.66 0 0.72 0.43
HSL 115.38º 0.56% 0.36% -
HSV(B) 115.38º 0.72% 0.57% -
XYZ 11.79 21.06 5.54 -
YUV 104.44 92.2 88.46 -
System Red Green Blue C M Y K H S L
Decimal 49 145 41 0.66 0 0.72 0.43 115.38 0.56 0.36
Hex 31 91 29 42 0 48 2B 73 38 24
Octal 61 221 51 102 0 110 53 163 70 44
Binary 110001 10010001 101001 1000010 0 1001000 101011 1110011 111000 100100

Color Harmonies of #319129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319129

Black with #319129

Text Example


Text Example

White with #319129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319129; }

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

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

background-color css

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

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

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

border-color css

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

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

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