#349333

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

Shades of Forest Green #349333

Tints of Forest Green #349333

Color information

#349333 (or 0x349333) is unknown color: approx Forest Green. HEX triplet: 34, 93 and 33. RGB value is (52,147,51). Sum of RGB (Red+Green+Blue) = 52+147+51=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #349333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349333 is #CB6CCC. Grayscale: #6B6B6B. Windows color (decimal): -13331661 or 3380020. OLE color: 3380020.

HSL color Cylindrical-coordinate representation of color #349333: hue angle of 119.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349333 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB5214751-
CMYK0.6500.650.42
HSL119.38º48.48%38.82%-
HSV(B)119.38º65.31%57.65%-
XYZ12.4521.846.69-
YUV107.6596.0388.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 147 (57.81% from 255) = 58.8%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=20.8%
G=58.8%
B=20.4%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52147510.6500.650.42119.3848.4838.82
Hex349333410412A773027
Octal64223631010101521676047
Binary110100100100111100111000001010000011010101110111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349333; }

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

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

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

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

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

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

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

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