Html Css Color HEX #349931 Forest Green

📋 copy color: '#349931'

red 52 ◦ green 153 ◦ blue 49

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

Shades of Forest Green #349931

Tints of Forest Green #349931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 60.24%

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

R = 20.47%
G = 60.24%
B = 19.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#349931 (or 0x349931) is known color: Forest Green. HEX triplet: 34, 99 and 31. RGB value is (52,153,49). Sum of RGB (Red+Green+Blue) = 52+153+49=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #349931 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349931 is #CB66CE. Grayscale: #6F6F6F. Windows color (decimal): -13330127 or 3250484. OLE color: 3250484.

HSL color Cylindrical-coordinate representation of color #349931: hue angle of 118.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #349931 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 49 -
CMYK 0.66 0 0.68 0.4
HSL 118.27º 0.51% 0.4% -
HSV(B) 118.27º 0.68% 0.6% -
XYZ 13.36 23.73 6.78 -
YUV 110.95 93.04 85.96 -
System Red Green Blue C M Y K H S L
Decimal 52 153 49 0.66 0 0.68 0.4 118.27 0.51 0.4
Hex 34 99 31 42 0 44 28 76 33 28
Octal 64 231 61 102 0 104 50 166 63 50
Binary 110100 10011001 110001 1000010 0 1000100 101000 1110110 110011 101000

Color Harmonies of #349931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349931

Black with #349931

Text Example


Text Example

White with #349931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349931; }

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

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

background-color css

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

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

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

border-color css

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

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

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