#304534

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

Shades of Timber Green #304534

Tints of Timber Green #304534

Color information

#304534 (or 0x304534) is unknown color: approx Timber Green. HEX triplet: 30, 45 and 34. RGB value is (48,69,52). Sum of RGB (Red+Green+Blue) = 48+69+52=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #304534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304534 is #CFBACB. Grayscale: #3C3C3C. Windows color (decimal): -13613772 or 3425584. OLE color: 3425584.

HSL color Cylindrical-coordinate representation of color #304534: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304534 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB486952-
CMYK0.3000.250.73
HSL131.43º17.95%22.94%-
HSV(B)131.43º30.43%27.06%-
XYZ3.975.134.03-
YUV60.78123.04118.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=28.40%
G=40.83%
B=30.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869520.3000.250.73131.4317.9522.94
Hex3045341E01949831217
Octal6010564360311112032227
Binary1100001000101110100111100110011001001100000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304534; }

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

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

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

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

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

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

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

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