#304935

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

Shades of Timber Green #304935

Tints of Timber Green #304935

Color information

#304935 (or 0x304935) is unknown color: approx Timber Green. HEX triplet: 30, 49 and 35. RGB value is (48,73,53). Sum of RGB (Red+Green+Blue) = 48+73+53=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #304935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304935 is #CFB6CA. Grayscale: #3F3F3F. Windows color (decimal): -13612747 or 3492144. OLE color: 3492144.

HSL color Cylindrical-coordinate representation of color #304935: hue angle of 132º 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 #304935 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB487353-
CMYK0.3400.270.71
HSL132º20.66%23.73%-
HSV(B)132º34.25%28.63%-
XYZ4.245.654.24-
YUV63.24122.22117.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=27.59%
G=41.95%
B=30.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873530.3400.270.7113220.6623.73
Hex3049352201B47841518
Octal6011165420331072042530
Binary11000010010011101011000100110111000111100001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304935; }

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

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

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

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

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

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

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

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