Html Css Color HEX #349F33 Forest Green

📋 copy color: '#349F33'

red 52 ◦ green 159 ◦ blue 51

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

Shades of Forest Green #349F33

Tints of Forest Green #349F33

RGB

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

 GREEN value IS 159 (62.5% from 255) = 60.69%

 BLUE value IS 51 (20.31% from 255) = 19.47%

R = 19.85%
G = 60.69%
B = 19.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#349F33 (or 0x349F33) is known color: Forest Green. HEX triplet: 34, 9F and 33. RGB value is (52,159,51). Sum of RGB (Red+Green+Blue) = 52+159+51=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #349F33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349F33 is #CB60CC. Grayscale: #737373. Windows color (decimal): -13328589 or 3383092. OLE color: 3383092.

HSL color Cylindrical-coordinate representation of color #349F33: hue angle of 119.44º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #349F33 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 159 51 -
CMYK 0.67 0 0.68 0.38
HSL 119.44º 0.51% 0.41% -
HSV(B) 119.44º 0.68% 0.62% -
XYZ 14.41 25.77 7.35 -
YUV 114.7 92.05 83.28 -
System Red Green Blue C M Y K H S L
Decimal 52 159 51 0.67 0 0.68 0.38 119.44 0.51 0.41
Hex 34 9F 33 43 0 44 26 77 33 29
Octal 64 237 63 103 0 104 46 167 63 51
Binary 110100 10011111 110011 1000011 0 1000100 100110 1110111 110011 101001

Color Harmonies of #349F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349F33

Black with #349F33

Text Example


Text Example

White with #349F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349F33; }

 p { color: rgb(52,159,51); }

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

background-color css

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

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

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

border-color css

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

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

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