#304A35

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

Shades of Timber Green #304A35

Tints of Timber Green #304A35

Color information

#304A35 (or 0x304A35) is unknown color: approx Timber Green. HEX triplet: 30, 4A and 35. RGB value is (48,74,53). Sum of RGB (Red+Green+Blue) = 48+74+53=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #304A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A35 is #CFB5CA. Grayscale: #3F3F3F. Windows color (decimal): -13612491 or 3492400. OLE color: 3492400.

HSL color Cylindrical-coordinate representation of color #304A35: hue angle of 131.54º 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 #304A35 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB487453-
CMYK0.3500.280.71
HSL131.54º21.31%23.92%-
HSV(B)131.54º35.14%29.02%-
XYZ4.315.784.26-
YUV63.83121.89116.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=27.43%
G=42.29%
B=30.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4874530.3500.280.71131.5421.3123.92
Hex304A352301C47841518
Octal6011265430341072042530
Binary11000010010101101011000110111001000111100001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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