Html Css Color HEX #319228 Forest Green

📋 copy color: '#319228'

red 49 ◦ green 146 ◦ blue 40

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

Shades of Forest Green #319228

Tints of Forest Green #319228

RGB

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

 GREEN value IS 146 (57.42% from 255) = 62.13%

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

R = 20.85%
G = 62.13%
B = 17.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#319228 (or 0x319228) is known color: Forest Green. HEX triplet: 31, 92 and 28. RGB value is (49,146,40). Sum of RGB (Red+Green+Blue) = 49+146+40=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #319228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319228 is #CE6DD7. Grayscale: #696969. Windows color (decimal): -13528536 or 2658865. OLE color: 2658865.

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

Color convert

RGB 49 146 40 -
CMYK 0.66 0 0.73 0.43
HSL 114.91º 0.57% 0.36% -
HSV(B) 114.91º 0.73% 0.57% -
XYZ 11.93 21.36 5.5 -
YUV 104.91 91.36 88.12 -
System Red Green Blue C M Y K H S L
Decimal 49 146 40 0.66 0 0.73 0.43 114.91 0.57 0.36
Hex 31 92 28 42 0 49 2B 73 39 24
Octal 61 222 50 102 0 111 53 163 71 44
Binary 110001 10010010 101000 1000010 0 1001001 101011 1110011 111001 100100

Color Harmonies of #319228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319228

Black with #319228

Text Example


Text Example

White with #319228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319228; }

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

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

background-color css

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

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

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

border-color css

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

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

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