Html Css Color HEX #349B2F Forest Green

📋 copy color: '#349B2F'

red 52 ◦ green 155 ◦ blue 47

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

Shades of Forest Green #349B2F

Tints of Forest Green #349B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 20.47%
G = 61.02%
B = 18.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#349B2F (or 0x349B2F) is known color: Forest Green. HEX triplet: 34, 9B and 2F. RGB value is (52,155,47). Sum of RGB (Red+Green+Blue) = 52+155+47=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 155 (60.94% from 255 or 61.02% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 155 - color contains mainly: green. Hex color #349B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B2F is #CB64D0. Grayscale: #707070. Windows color (decimal): -13329617 or 3119924. OLE color: 3119924.

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

Color convert

RGB 52 155 47 -
CMYK 0.66 0 0.70 0.39
HSL 117.22º 0.53% 0.4% -
HSV(B) 117.22º 0.7% 0.61% -
XYZ 13.65 24.38 6.68 -
YUV 111.89 91.38 85.28 -
System Red Green Blue C M Y K H S L
Decimal 52 155 47 0.66 0 0.70 0.39 117.22 0.53 0.4
Hex 34 9B 2F 42 0 46 27 75 35 28
Octal 64 233 57 102 0 106 47 165 65 50
Binary 110100 10011011 101111 1000010 0 1000110 100111 1110101 110101 101000

Color Harmonies of #349B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B2F

Black with #349B2F

Text Example


Text Example

White with #349B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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