#304934

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

Shades of Timber Green #304934

Tints of Timber Green #304934

Color information

#304934 (or 0x304934) is unknown color: approx Timber Green. HEX triplet: 30, 49 and 34. RGB value is (48,73,52). Sum of RGB (Red+Green+Blue) = 48+73+52=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #304934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304934 is #CFB6CB. Grayscale: #3F3F3F. Windows color (decimal): -13612748 or 3426608. OLE color: 3426608.

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

Color convert

RGB487352-
CMYK0.3400.290.71
HSL129.6º20.66%23.73%-
HSV(B)129.6º34.25%28.63%-
XYZ4.225.644.12-
YUV63.13121.72117.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=27.75%
G=42.20%
B=30.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873520.3400.290.71129.620.6623.73
Hex3049342201D47821518
Octal6011164420351072022530
Binary11000010010011101001000100111011000111100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304934; }

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

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

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

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

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

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

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

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