Html Css Color HEX #349934 Forest Green

📋 copy color: '#349934'

red 52 ◦ green 153 ◦ blue 52

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

Shades of Forest Green #349934

Tints of Forest Green #349934

RGB

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

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

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

R = 20.23%
G = 59.53%
B = 20.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#349934 (or 0x349934) is known color: Forest Green. HEX triplet: 34, 99 and 34. RGB value is (52,153,52). Sum of RGB (Red+Green+Blue) = 52+153+52=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #349934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349934 is #CB66CB. Grayscale: #6F6F6F. Windows color (decimal): -13330124 or 3447092. OLE color: 3447092.

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

Color convert

RGB 52 153 52 -
CMYK 0.66 0 0.66 0.4
HSL 120º 0.49% 0.4% -
HSV(B) 120º 0.66% 0.6% -
XYZ 13.43 23.76 7.13 -
YUV 111.29 94.54 85.71 -
System Red Green Blue C M Y K H S L
Decimal 52 153 52 0.66 0 0.66 0.4 120 0.49 0.4
Hex 34 99 34 42 0 42 28 78 31 28
Octal 64 231 64 102 0 102 50 170 61 50
Binary 110100 10011001 110100 1000010 0 1000010 101000 1111000 110001 101000

Color Harmonies of #349934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349934

Black with #349934

Text Example


Text Example

White with #349934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349934; }

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

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

background-color css

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

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

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

border-color css

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

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

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