#34993A

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

Shades of Forest Green #34993A

Tints of Forest Green #34993A

Color information

#34993A (or 0x34993A) is unknown color: approx Forest Green. HEX triplet: 34, 99 and 3A. RGB value is (52,153,58). Sum of RGB (Red+Green+Blue) = 52+153+58=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #34993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34993A is #CB66C5. Grayscale: #707070. Windows color (decimal): -13330118 or 3840308. OLE color: 3840308.

HSL color Cylindrical-coordinate representation of color #34993A: hue angle of 123.56º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34993A is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB5215358-
CMYK0.6600.620.4
HSL123.56º49.27%40.2%-
HSV(B)123.56º66.01%60%-
XYZ13.5723.827.89-
YUV111.9797.5485.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 153 (60.16% from 255) = 58.17%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=19.77%
G=58.17%
B=22.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153580.6600.620.4123.5649.2740.2
Hex34993A4203E287c3128
Octal6423172102076501746150
Binary11010010011001111010100001001111101010001111100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34993A; }

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

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

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

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

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

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

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

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