#349F2A

Color #349F2A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #349F2A

Tints of Forest Green #349F2A

Color information

#349F2A (or 0x349F2A) is unknown color: approx Forest Green. HEX triplet: 34, 9F and 2A. RGB value is (52,159,42). Sum of RGB (Red+Green+Blue) = 52+159+42=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 159 (62.5% from 255 or 62.85% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 159 - color contains mainly: green. Hex color #349F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349F2A is #CB60D5. Grayscale: #727272. Windows color (decimal): -13328598 or 2793268. OLE color: 2793268.

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

Color convert

RGB5215942-
CMYK0.6700.740.38
HSL114.87º58.21%39.41%-
HSV(B)114.87º73.58%62.35%-
XYZ14.2325.696.4-
YUV113.6787.5584.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 159 (62.5% from 255) = 62.85%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=20.55%
G=62.85%
B=16.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52159420.6700.740.38114.8758.2139.41
Hex349F2A4304A26733a27
Octal64237521030112461637247
Binary110100100111111010101000011010010101001101110011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #349F2A;
 }
 .AnyTagClassName
 {
   color: #349F2A;
 }
</style>
background-color css

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

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

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

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

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

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