Html Css Color HEX #349B31 Forest Green

📋 copy color: '#349B31'

red 52 ◦ green 155 ◦ blue 49

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

Shades of Forest Green #349B31

Tints of Forest Green #349B31

RGB

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

 GREEN value IS 155 (60.94% from 255) = 60.55%

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

R = 20.31%
G = 60.55%
B = 19.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#349B31 (or 0x349B31) is known color: Forest Green. HEX triplet: 34, 9B and 31. RGB value is (52,155,49). Sum of RGB (Red+Green+Blue) = 52+155+49=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #349B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B31 is #CB64CE. Grayscale: #707070. Windows color (decimal): -13329615 or 3250996. OLE color: 3250996.

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

Color convert

RGB 52 155 49 -
CMYK 0.66 0 0.68 0.39
HSL 118.3º 0.52% 0.4% -
HSV(B) 118.3º 0.68% 0.61% -
XYZ 13.69 24.39 6.89 -
YUV 112.12 92.38 85.12 -
System Red Green Blue C M Y K H S L
Decimal 52 155 49 0.66 0 0.68 0.39 118.3 0.52 0.4
Hex 34 9B 31 42 0 44 27 76 34 28
Octal 64 233 61 102 0 104 47 166 64 50
Binary 110100 10011011 110001 1000010 0 1000100 100111 1110110 110100 101000

Color Harmonies of #349B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B31

Black with #349B31

Text Example


Text Example

White with #349B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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