Html Css Color HEX #319434 Forest Green

📋 copy color: '#319434'

red 49 ◦ green 148 ◦ blue 52

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

Shades of Forest Green #319434

Tints of Forest Green #319434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.44%

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 19.68%
G = 59.44%
B = 20.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#319434 (or 0x319434) is known color: Forest Green. HEX triplet: 31, 94 and 34. RGB value is (49,148,52). Sum of RGB (Red+Green+Blue) = 49+148+52=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #319434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319434 is #CE6BCB. Grayscale: #6B6B6B. Windows color (decimal): -13528012 or 3445809. OLE color: 3445809.

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

Color convert

RGB 49 148 52 -
CMYK 0.67 0 0.65 0.42
HSL 121.82º 0.5% 0.39% -
HSV(B) 121.82º 0.67% 0.58% -
XYZ 12.48 22.08 6.85 -
YUV 107.46 96.7 86.31 -
System Red Green Blue C M Y K H S L
Decimal 49 148 52 0.67 0 0.65 0.42 121.82 0.5 0.39
Hex 31 94 34 43 0 41 2A 7A 32 27
Octal 61 224 64 103 0 101 52 172 62 47
Binary 110001 10010100 110100 1000011 0 1000001 101010 1111010 110010 100111

Color Harmonies of #319434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319434

Black with #319434

Text Example


Text Example

White with #319434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319434; }

 p { color: rgb(49,148,52); }

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

background-color css

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

 a { background-color: rgb(49,148,52); }

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

border-color css

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

 span { border-color: rgb(49,148,52); }

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