Html Css Color HEX #349232 Forest Green

📋 copy color: '#349232'

red 52 ◦ green 146 ◦ blue 50

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

Shades of Forest Green #349232

Tints of Forest Green #349232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.87%

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

R = 20.97%
G = 58.87%
B = 20.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#349232 (or 0x349232) is known color: Forest Green. HEX triplet: 34, 92 and 32. RGB value is (52,146,50). Sum of RGB (Red+Green+Blue) = 52+146+50=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #349232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349232 is #CB6DCD. Grayscale: #6B6B6B. Windows color (decimal): -13331918 or 3314228. OLE color: 3314228.

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

Color convert

RGB 52 146 50 -
CMYK 0.64 0 0.66 0.43
HSL 118.75º 0.49% 0.38% -
HSV(B) 118.75º 0.66% 0.57% -
XYZ 12.27 21.52 6.52 -
YUV 106.95 95.86 88.81 -
System Red Green Blue C M Y K H S L
Decimal 52 146 50 0.64 0 0.66 0.43 118.75 0.49 0.38
Hex 34 92 32 40 0 42 2B 77 31 26
Octal 64 222 62 100 0 102 53 167 61 46
Binary 110100 10010010 110010 1000000 0 1000010 101011 1110111 110001 100110

Color Harmonies of #349232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349232

Black with #349232

Text Example


Text Example

White with #349232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349232; }

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

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

background-color css

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

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

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

border-color css

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

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

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