#34962D

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

Shades of Forest Green #34962D

Tints of Forest Green #34962D

Color information

#34962D (or 0x34962D) is unknown color: approx Forest Green. HEX triplet: 34, 96 and 2D. RGB value is (52,150,45). Sum of RGB (Red+Green+Blue) = 52+150+45=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #34962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34962D is #CB69D2. Grayscale: #6D6D6D. Windows color (decimal): -13330899 or 2987572. OLE color: 2987572.

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

Color convert

RGB5215045-
CMYK0.6500.700.41
HSL116º53.85%38.24%-
HSV(B)116º70%58.82%-
XYZ12.822.736.2-
YUV108.7392.0387.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 150 (58.98% from 255) = 60.73%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=21.05%
G=60.73%
B=18.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150450.6500.700.4111653.8538.24
Hex34962D4104629743626
Octal64226551010106511646646
Binary110100100101101011011000001010001101010011110100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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