Html Css Color HEX #349334 Forest Green

📋 copy color: '#349334'

red 52 ◦ green 147 ◦ blue 52

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

Shades of Forest Green #349334

Tints of Forest Green #349334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.57%

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

R = 20.72%
G = 58.57%
B = 20.72%

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

#349334 (or 0x349334) is known color: Forest Green. HEX triplet: 34, 93 and 34. RGB value is (52,147,52). Sum of RGB (Red+Green+Blue) = 52+147+52=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #349334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349334 is #CB6CCB. Grayscale: #6C6C6C. Windows color (decimal): -13331660 or 3445556. OLE color: 3445556.

HSL color Cylindrical-coordinate representation of color #349334: 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 #349334 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 52 -
CMYK 0.65 0 0.65 0.42
HSL 120º 0.48% 0.39% -
HSV(B) 120º 0.65% 0.58% -
XYZ 12.47 21.85 6.81 -
YUV 107.77 96.53 88.22 -
System Red Green Blue C M Y K H S L
Decimal 52 147 52 0.65 0 0.65 0.42 120 0.48 0.39
Hex 34 93 34 41 0 41 2A 78 30 27
Octal 64 223 64 101 0 101 52 170 60 47
Binary 110100 10010011 110100 1000001 0 1000001 101010 1111000 110000 100111

Color Harmonies of #349334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349334

Black with #349334

Text Example


Text Example

White with #349334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349334; }

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

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

background-color css

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

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

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

border-color css

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

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

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