#304531

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

Shades of Timber Green #304531

Tints of Timber Green #304531

Color information

#304531 (or 0x304531) is unknown color: approx Timber Green. HEX triplet: 30, 45 and 31. RGB value is (48,69,49). Sum of RGB (Red+Green+Blue) = 48+69+49=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #304531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304531 is #CFBACE. Grayscale: #3C3C3C. Windows color (decimal): -13613775 or 3228976. OLE color: 3228976.

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

Color convert

RGB486949-
CMYK0.3000.290.73
HSL122.86º17.95%22.94%-
HSV(B)122.86º30.43%27.06%-
XYZ3.95.113.69-
YUV60.44121.54119.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=28.92%
G=41.57%
B=29.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869490.3000.290.73122.8617.9522.94
Hex3045311E01D497b1217
Octal6010561360351111732227
Binary110000100010111000111110011101100100111110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304531; }

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

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

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

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

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

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

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

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