Html Css Color HEX #349F31 Forest Green

📋 copy color: '#349F31'

red 52 ◦ green 159 ◦ blue 49

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

Shades of Forest Green #349F31

Tints of Forest Green #349F31

RGB

 RED value IS 52 (20.7% from 255) = 20%

 GREEN value IS 159 (62.5% from 255) = 61.15%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 20%
G = 61.15%
B = 18.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#349F31 (or 0x349F31) is known color: Forest Green. HEX triplet: 34, 9F and 31. RGB value is (52,159,49). Sum of RGB (Red+Green+Blue) = 52+159+49=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 159 (62.5% from 255 or 61.15% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 159 - color contains mainly: green. Hex color #349F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349F31 is #CB60CE. Grayscale: #727272. Windows color (decimal): -13328591 or 3252020. OLE color: 3252020.

HSL color Cylindrical-coordinate representation of color #349F31: hue angle of 118.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349F31 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 159 49 -
CMYK 0.67 0 0.69 0.38
HSL 118.36º 0.53% 0.41% -
HSV(B) 118.36º 0.69% 0.62% -
XYZ 14.37 25.75 7.12 -
YUV 114.47 91.05 83.44 -
System Red Green Blue C M Y K H S L
Decimal 52 159 49 0.67 0 0.69 0.38 118.36 0.53 0.41
Hex 34 9F 31 43 0 45 26 76 35 29
Octal 64 237 61 103 0 105 46 166 65 51
Binary 110100 10011111 110001 1000011 0 1000101 100110 1110110 110101 101001

Color Harmonies of #349F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349F31

Black with #349F31

Text Example


Text Example

White with #349F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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