#34962E

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

Shades of Forest Green #34962E

Tints of Forest Green #34962E

Color information

#34962E (or 0x34962E) is unknown color: approx Forest Green. HEX triplet: 34, 96 and 2E. RGB value is (52,150,46). Sum of RGB (Red+Green+Blue) = 52+150+46=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 150 (58.98% from 255 or 60.48% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 150 - color contains mainly: green. Hex color #34962E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34962E is #CB69D1. Grayscale: #6D6D6D. Windows color (decimal): -13330898 or 3053108. OLE color: 3053108.

HSL color Cylindrical-coordinate representation of color #34962E: hue angle of 116.54º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34962E is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB5215046-
CMYK0.6500.690.41
HSL116.54º53.06%38.43%-
HSV(B)116.54º69.33%58.82%-
XYZ12.8222.746.3-
YUV108.8492.5387.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 150 (58.98% from 255) = 60.48%
BLUE value IS 46 (18.36% from 255) = 18.55%
R=20.97%
G=60.48%
B=18.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150460.6500.690.41116.5453.0638.43
Hex34962E4104529753526
Octal64226561010105511656546
Binary110100100101101011101000001010001011010011110101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34962E; }

 p { color: rgb(52,150,46); }

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

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

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

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

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

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

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