#348B2F

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

Shades of Forest Green #348B2F

Tints of Forest Green #348B2F

Color information

#348B2F (or 0x348B2F) is unknown color: approx Forest Green. HEX triplet: 34, 8B and 2F. RGB value is (52,139,47). Sum of RGB (Red+Green+Blue) = 52+139+47=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #348B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B2F is #CB74D0. Grayscale: #666666. Windows color (decimal): -13333713 or 3115828. OLE color: 3115828.

HSL color Cylindrical-coordinate representation of color #348B2F: hue angle of 116.74º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #348B2F is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB5213947-
CMYK0.6300.660.45
HSL116.74º49.46%36.47%-
HSV(B)116.74º66.19%54.51%-
XYZ11.1619.45.85-
YUV102.596.6891.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 139 (54.69% from 255) = 58.40%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=21.85%
G=58.40%
B=19.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52139470.6300.660.45116.7449.4636.47
Hex348B2F3F0422D753124
Octal6421357770102551656144
Binary11010010001011101111111111010000101011011110101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348B2F; }

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

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

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

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

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

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

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

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