#349933

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

Shades of Forest Green #349933

Tints of Forest Green #349933

Color information

#349933 (or 0x349933) is unknown color: approx Forest Green. HEX triplet: 34, 99 and 33. RGB value is (52,153,51). Sum of RGB (Red+Green+Blue) = 52+153+51=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #349933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349933 is #CB66CC. Grayscale: #6F6F6F. Windows color (decimal): -13330125 or 3381556. OLE color: 3381556.

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

Color convert

RGB5215351-
CMYK0.6600.670.4
HSL119.41º50%40%-
HSV(B)119.41º66.67%60%-
XYZ13.423.757.01-
YUV111.1794.0485.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 153 (60.16% from 255) = 59.77%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=20.31%
G=59.77%
B=19.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153510.6600.670.4119.415040
Hex3499334204328773228
Octal64231631020103501676250
Binary110100100110011100111000010010000111010001110111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349933; }

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

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

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

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

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

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

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

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