#349035

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

Shades of Forest Green #349035

Tints of Forest Green #349035

Color information

#349035 (or 0x349035) is unknown color: approx Forest Green. HEX triplet: 34, 90 and 35. RGB value is (52,144,53). Sum of RGB (Red+Green+Blue) = 52+144+53=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #349035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349035 is #CB6FCA. Grayscale: #6A6A6A. Windows color (decimal): -13332427 or 3510324. OLE color: 3510324.

HSL color Cylindrical-coordinate representation of color #349035: hue angle of 120.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349035 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB5214453-
CMYK0.6400.630.44
HSL120.65º46.94%38.43%-
HSV(B)120.65º63.89%56.47%-
XYZ12.0320.936.77-
YUV106.1298.0289.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 144 (56.64% from 255) = 57.83%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=20.88%
G=57.83%
B=21.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144530.6400.630.44120.6546.9438.43
Hex3490354003F2C792f26
Octal6422065100077541715746
Binary11010010010000110101100000001111111011001111001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349035; }

 p { color: rgb(52,144,53); }

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

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

 a { background-color: rgb(52,144,53); }

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

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

 span { border-color: rgb(52,144,53); }

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