Html Css Color HEX #319128 Forest Green

📋 copy color: '#319128'

red 49 ◦ green 145 ◦ blue 40

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

Shades of Forest Green #319128

Tints of Forest Green #319128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.09%

R = 20.94%
G = 61.97%
B = 17.09%

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

#319128 (or 0x319128) is known color: Forest Green. HEX triplet: 31, 91 and 28. RGB value is (49,145,40). Sum of RGB (Red+Green+Blue) = 49+145+40=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #319128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319128 is #CE6ED7. Grayscale: #686868. Windows color (decimal): -13528792 or 2658609. OLE color: 2658609.

HSL color Cylindrical-coordinate representation of color #319128: hue angle of 114.86º degrees, saturation: 0.57, 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 #319128 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 40 -
CMYK 0.66 0 0.72 0.43
HSL 114.86º 0.57% 0.36% -
HSV(B) 114.86º 0.72% 0.57% -
XYZ 11.78 21.06 5.45 -
YUV 104.33 91.7 88.54 -
System Red Green Blue C M Y K H S L
Decimal 49 145 40 0.66 0 0.72 0.43 114.86 0.57 0.36
Hex 31 91 28 42 0 48 2B 73 39 24
Octal 61 221 50 102 0 110 53 163 71 44
Binary 110001 10010001 101000 1000010 0 1001000 101011 1110011 111001 100100

Color Harmonies of #319128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319128

Black with #319128

Text Example


Text Example

White with #319128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319128; }

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

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

background-color css

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

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

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

border-color css

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

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

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