#349D27

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

Shades of Forest Green #349D27

Tints of Forest Green #349D27

Color information

#349D27 (or 0x349D27) is unknown color: approx Forest Green. HEX triplet: 34, 9D and 27. RGB value is (52,157,39). Sum of RGB (Red+Green+Blue) = 52+157+39=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #349D27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D27 is #CB62D8. Grayscale: #707070. Windows color (decimal): -13329113 or 2596148. OLE color: 2596148.

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

Color convert

RGB5215739-
CMYK0.6700.750.38
HSL113.39º60.2%38.43%-
HSV(B)113.39º75.16%61.57%-
XYZ13.8424.996.01-
YUV112.1586.7185.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 157 (61.72% from 255) = 63.31%
BLUE value IS 39 (15.62% from 255) = 15.73%
R=20.97%
G=63.31%
B=15.73%

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
Decimal52157390.6700.750.38113.3960.238.43
Hex349D274304B26713c26
Octal64235471030113461617446
Binary110100100111011001111000011010010111001101110001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,157,39); }

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

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

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

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

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

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

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