#304134

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

Shades of Timber Green #304134

Tints of Timber Green #304134

Color information

#304134 (or 0x304134) is unknown color: approx Timber Green. HEX triplet: 30, 41 and 34. RGB value is (48,65,52). Sum of RGB (Red+Green+Blue) = 48+65+52=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #304134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304134 is #CFBECB. Grayscale: #3A3A3A. Windows color (decimal): -13614796 or 3424560. OLE color: 3424560.

HSL color Cylindrical-coordinate representation of color #304134: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #304134 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB486552-
CMYK0.2600.200.75
HSL134.12º15.04%22.16%-
HSV(B)134.12º26.15%25.49%-
XYZ3.734.663.95-
YUV58.44124.37120.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=29.09%
G=39.39%
B=31.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865520.2600.200.75134.1215.0422.16
Hex3041341A0144B86f16
Octal6010164320241132061726
Binary110000100000111010011010010100100101110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304134; }

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

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

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

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

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

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

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

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