#349E28

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

Shades of Forest Green #349E28

Tints of Forest Green #349E28

Color information

#349E28 (or 0x349E28) is unknown color: approx Forest Green. HEX triplet: 34, 9E and 28. RGB value is (52,158,40). Sum of RGB (Red+Green+Blue) = 52+158+40=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 158 (62.11% from 255 or 63.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 158 - color contains mainly: green. Hex color #349E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349E28 is #CB61D7. Grayscale: #717171. Windows color (decimal): -13328856 or 2661940. OLE color: 2661940.

HSL color Cylindrical-coordinate representation of color #349E28: hue angle of 113.9º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349E28 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB5215840-
CMYK0.6700.750.38
HSL113.9º59.6%38.82%-
HSV(B)113.9º74.68%61.96%-
XYZ14.0325.346.16-
YUV112.8586.8884.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 158 (62.11% from 255) = 63.2%
BLUE value IS 40 (16.02% from 255) = 16%
R=20.8%
G=63.2%
B=16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158400.6700.750.38113.959.638.82
Hex349E284304B26723c27
Octal64236501030113461627447
Binary110100100111101010001000011010010111001101110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,158,40); }

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

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

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

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

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

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

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