Html Css Color HEX #349434 Forest Green

📋 copy color: '#349434'

red 52 ◦ green 148 ◦ blue 52

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

Shades of Forest Green #349434

Tints of Forest Green #349434

RGB

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

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

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

R = 20.63%
G = 58.73%
B = 20.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#349434 (or 0x349434) is known color: Forest Green. HEX triplet: 34, 94 and 34. RGB value is (52,148,52). Sum of RGB (Red+Green+Blue) = 52+148+52=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #349434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349434 is #CB6BCB. Grayscale: #6C6C6C. Windows color (decimal): -13331404 or 3445812. OLE color: 3445812.

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

Color convert

RGB 52 148 52 -
CMYK 0.65 0 0.65 0.42
HSL 120º 0.48% 0.39% -
HSV(B) 120º 0.65% 0.58% -
XYZ 12.63 22.16 6.86 -
YUV 108.35 96.2 87.81 -
System Red Green Blue C M Y K H S L
Decimal 52 148 52 0.65 0 0.65 0.42 120 0.48 0.39
Hex 34 94 34 41 0 41 2A 78 30 27
Octal 64 224 64 101 0 101 52 170 60 47
Binary 110100 10010100 110100 1000001 0 1000001 101010 1111000 110000 100111

Color Harmonies of #349434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349434

Black with #349434

Text Example


Text Example

White with #349434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349434; }

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

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

background-color css

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

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

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

border-color css

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

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

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