#304C34

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

Shades of Timber Green #304C34

Tints of Timber Green #304C34

Color information

#304C34 (or 0x304C34) is unknown color: approx Timber Green. HEX triplet: 30, 4C and 34. RGB value is (48,76,52). Sum of RGB (Red+Green+Blue) = 48+76+52=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #304C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C34 is #CFB3CB. Grayscale: #404040. Windows color (decimal): -13611980 or 3427376. OLE color: 3427376.

HSL color Cylindrical-coordinate representation of color #304C34: hue angle of 128.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C34 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB487652-
CMYK0.3700.320.70
HSL128.57º22.58%24.31%-
HSV(B)128.57º36.84%29.8%-
XYZ4.426.054.18-
YUV64.89120.72115.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=27.27%
G=43.18%
B=29.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876520.3700.320.70128.5722.5824.31
Hex304C342502046811718
Octal6011464450401062012730
Binary110000100110011010010010101000001000110100000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C34; }

 p { color: rgb(48,76,52); }

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

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

 a { background-color: rgb(48,76,52); }

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

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

 span { border-color: rgb(48,76,52); }

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