Html Css Color HEX #349932 Forest Green

📋 copy color: '#349932'

red 52 ◦ green 153 ◦ blue 50

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

Shades of Forest Green #349932

Tints of Forest Green #349932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 20.39%
G = 60%
B = 19.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#349932 (or 0x349932) is known color: Forest Green. HEX triplet: 34, 99 and 32. RGB value is (52,153,50). Sum of RGB (Red+Green+Blue) = 52+153+50=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #349932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349932 is #CB66CD. Grayscale: #6F6F6F. Windows color (decimal): -13330126 or 3316020. OLE color: 3316020.

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

Color convert

RGB 52 153 50 -
CMYK 0.66 0 0.67 0.4
HSL 118.83º 0.51% 0.4% -
HSV(B) 118.83º 0.67% 0.6% -
XYZ 13.38 23.74 6.9 -
YUV 111.06 93.54 85.88 -
System Red Green Blue C M Y K H S L
Decimal 52 153 50 0.66 0 0.67 0.4 118.83 0.51 0.4
Hex 34 99 32 42 0 43 28 77 33 28
Octal 64 231 62 102 0 103 50 167 63 50
Binary 110100 10011001 110010 1000010 0 1000011 101000 1110111 110011 101000

Color Harmonies of #349932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349932

Black with #349932

Text Example


Text Example

White with #349932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349932; }

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

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

background-color css

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

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

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

border-color css

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

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

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