#304C37

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

Shades of Timber Green #304C37

Tints of Timber Green #304C37

Color information

#304C37 (or 0x304C37) is unknown color: approx Timber Green. HEX triplet: 30, 4C and 37. RGB value is (48,76,55). Sum of RGB (Red+Green+Blue) = 48+76+55=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #304C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C37 is #CFB3C8. Grayscale: #414141. Windows color (decimal): -13611977 or 3623984. OLE color: 3623984.

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

Color convert

RGB487655-
CMYK0.3700.280.70
HSL135º22.58%24.31%-
HSV(B)135º36.84%29.8%-
XYZ4.496.074.55-
YUV65.23122.22115.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 55 (21.88% from 255) = 30.73%
R=26.82%
G=42.46%
B=30.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876550.3700.280.7013522.5824.31
Hex304C372501C46871718
Octal6011467450341062072730
Binary11000010011001101111001010111001000110100001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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