#304936

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

Shades of Timber Green #304936

Tints of Timber Green #304936

Color information

#304936 (or 0x304936) is unknown color: approx Timber Green. HEX triplet: 30, 49 and 36. RGB value is (48,73,54). Sum of RGB (Red+Green+Blue) = 48+73+54=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #304936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304936 is #CFB6C9. Grayscale: #3F3F3F. Windows color (decimal): -13612746 or 3557680. OLE color: 3557680.

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

Color convert

RGB487354-
CMYK0.3400.260.71
HSL134.4º20.66%23.73%-
HSV(B)134.4º34.25%28.63%-
XYZ4.275.664.36-
YUV63.36122.72117.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=27.43%
G=41.71%
B=30.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873540.3400.260.71134.420.6623.73
Hex3049362201A47861518
Octal6011166420321072062530
Binary11000010010011101101000100110101000111100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304936; }

 p { color: rgb(48,73,54); }

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

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

 a { background-color: rgb(48,73,54); }

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

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

 span { border-color: rgb(48,73,54); }

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