#349A2F

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

Shades of Forest Green #349A2F

Tints of Forest Green #349A2F

Color information

#349A2F (or 0x349A2F) is unknown color: approx Forest Green. HEX triplet: 34, 9A and 2F. RGB value is (52,154,47). Sum of RGB (Red+Green+Blue) = 52+154+47=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 154 (60.55% from 255 or 60.87% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 154 - color contains mainly: green. Hex color #349A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349A2F is #CB65D0. Grayscale: #6F6F6F. Windows color (decimal): -13329873 or 3119668. OLE color: 3119668.

HSL color Cylindrical-coordinate representation of color #349A2F: hue angle of 117.2º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349A2F is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB5215447-
CMYK0.6600.690.40
HSL117.2º53.23%39.41%-
HSV(B)117.2º69.48%60.39%-
XYZ13.4824.056.62-
YUV111.391.7185.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 154 (60.55% from 255) = 60.87%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=20.55%
G=60.87%
B=18.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52154470.6600.690.40117.253.2339.41
Hex349A2F4204528753527
Octal64232571020105501656547
Binary110100100110101011111000010010001011010001110101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,154,47); }

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

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

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

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

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

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

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