#348E34

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

Shades of Forest Green #348E34

Tints of Forest Green #348E34

Color information

#348E34 (or 0x348E34) is unknown color: approx Forest Green. HEX triplet: 34, 8E and 34. RGB value is (52,142,52). Sum of RGB (Red+Green+Blue) = 52+142+52=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #348E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E34 is #CB71CB. Grayscale: #696969. Windows color (decimal): -13332940 or 3444276. OLE color: 3444276.

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

Color convert

RGB5214252-
CMYK0.6300.630.44
HSL120º46.39%38.04%-
HSV(B)120º63.38%55.69%-
XYZ11.7120.326.55-
YUV104.8398.1890.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 142 (55.86% from 255) = 57.72%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=21.14%
G=57.72%
B=21.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142520.6300.630.4412046.3938.04
Hex348E343F03F2C782e26
Octal642166477077541705646
Binary1101001000111011010011111101111111011001111000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,142,52); }

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

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

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

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

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

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

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