#349231

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

Shades of Forest Green #349231

Tints of Forest Green #349231

Color information

#349231 (or 0x349231) is unknown color: approx Forest Green. HEX triplet: 34, 92 and 31. RGB value is (52,146,49). Sum of RGB (Red+Green+Blue) = 52+146+49=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #349231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349231 is #CB6DCE. Grayscale: #6B6B6B. Windows color (decimal): -13331919 or 3248692. OLE color: 3248692.

HSL color Cylindrical-coordinate representation of color #349231: hue angle of 118.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349231 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB5214649-
CMYK0.6400.660.43
HSL118.14º49.74%38.24%-
HSV(B)118.14º66.44%57.25%-
XYZ12.2521.516.41-
YUV106.8495.3688.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=21.05%
G=59.11%
B=19.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146490.6400.660.43118.1449.7438.24
Hex349231400422B763226
Octal64222611000102531666246
Binary110100100100101100011000000010000101010111110110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349231; }

 p { color: rgb(52,146,49); }

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

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

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

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

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

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

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