#34992C

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

Shades of Forest Green #34992C

Tints of Forest Green #34992C

Color information

#34992C (or 0x34992C) is unknown color: approx Forest Green. HEX triplet: 34, 99 and 2C. RGB value is (52,153,44). Sum of RGB (Red+Green+Blue) = 52+153+44=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #34992C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34992C is #CB66D3. Grayscale: #6E6E6E. Windows color (decimal): -13330132 or 2922804. OLE color: 2922804.

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

Color convert

RGB5215344-
CMYK0.6600.710.4
HSL115.6º55.33%38.63%-
HSV(B)115.6º71.24%60%-
XYZ13.2623.696.26-
YUV110.3890.5486.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 153 (60.16% from 255) = 61.45%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=20.88%
G=61.45%
B=17.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153440.6600.710.4115.655.3338.63
Hex34992C4204728743727
Octal64231541020107501646747
Binary110100100110011011001000010010001111010001110100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34992C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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