#34982C

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

Shades of Forest Green #34982C

Tints of Forest Green #34982C

Color information

#34982C (or 0x34982C) is unknown color: approx Forest Green. HEX triplet: 34, 98 and 2C. RGB value is (52,152,44). Sum of RGB (Red+Green+Blue) = 52+152+44=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #34982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34982C is #CB67D3. Grayscale: #6E6E6E. Windows color (decimal): -13330388 or 2922548. OLE color: 2922548.

HSL color Cylindrical-coordinate representation of color #34982C: hue angle of 115.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34982C is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB5215244-
CMYK0.6600.710.40
HSL115.56º55.1%38.43%-
HSV(B)115.56º71.05%59.61%-
XYZ13.123.376.2-
YUV109.7990.8786.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 152 (59.77% from 255) = 61.29%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=20.97%
G=61.29%
B=17.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152440.6600.710.40115.5655.138.43
Hex34982C4204728743726
Octal64230541020107501646746
Binary110100100110001011001000010010001111010001110100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34982C; }

 p { color: rgb(52,152,44); }

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

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

 a { background-color: rgb(52,152,44); }

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

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

 span { border-color: rgb(52,152,44); }

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