#304A34

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

Shades of Timber Green #304A34

Tints of Timber Green #304A34

Color information

#304A34 (or 0x304A34) is unknown color: approx Timber Green. HEX triplet: 30, 4A and 34. RGB value is (48,74,52). Sum of RGB (Red+Green+Blue) = 48+74+52=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #304A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A34 is #CFB5CB. Grayscale: #3F3F3F. Windows color (decimal): -13612492 or 3426864. OLE color: 3426864.

HSL color Cylindrical-coordinate representation of color #304A34: hue angle of 129.23º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #304A34 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB487452-
CMYK0.3500.300.71
HSL129.23º21.31%23.92%-
HSV(B)129.23º35.14%29.02%-
XYZ4.295.774.14-
YUV63.72121.39116.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=27.59%
G=42.53%
B=29.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4874520.3500.300.71129.2321.3123.92
Hex304A342301E47811518
Octal6011264430361072012530
Binary11000010010101101001000110111101000111100000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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