#304A33

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

Shades of Timber Green #304A33

Tints of Timber Green #304A33

Color information

#304A33 (or 0x304A33) is unknown color: approx Timber Green. HEX triplet: 30, 4A and 33. RGB value is (48,74,51). Sum of RGB (Red+Green+Blue) = 48+74+51=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #304A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A33 is #CFB5CC. Grayscale: #3F3F3F. Windows color (decimal): -13612493 or 3361328. OLE color: 3361328.

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

Color convert

RGB487451-
CMYK0.3500.310.71
HSL126.92º21.31%23.92%-
HSV(B)126.92º35.14%29.02%-
XYZ4.275.764.02-
YUV63.6120.89116.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=27.75%
G=42.77%
B=29.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4874510.3500.310.71126.9221.3123.92
Hex304A332301F477f1518
Octal6011263430371071772530
Binary1100001001010110011100011011111100011111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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