#349230

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

Shades of Forest Green #349230

Tints of Forest Green #349230

Color information

#349230 (or 0x349230) is unknown color: approx Forest Green. HEX triplet: 34, 92 and 30. RGB value is (52,146,48). Sum of RGB (Red+Green+Blue) = 52+146+48=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #349230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349230 is #CB6DCF. Grayscale: #6B6B6B. Windows color (decimal): -13331920 or 3183156. OLE color: 3183156.

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

Color convert

RGB5214648-
CMYK0.6400.670.43
HSL117.55º50.52%38.04%-
HSV(B)117.55º67.12%57.25%-
XYZ12.2321.56.3-
YUV106.7294.8688.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 146 (57.42% from 255) = 59.35%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=21.14%
G=59.35%
B=19.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146480.6400.670.43117.5550.5238.04
Hex349230400432B763326
Octal64222601000103531666346
Binary110100100100101100001000000010000111010111110110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349230; }

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

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

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

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

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

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

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

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