#304537

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

Shades of Timber Green #304537

Tints of Timber Green #304537

Color information

#304537 (or 0x304537) is unknown color: approx Timber Green. HEX triplet: 30, 45 and 37. RGB value is (48,69,55). Sum of RGB (Red+Green+Blue) = 48+69+55=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #304537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304537 is #CFBAC8. Grayscale: #3D3D3D. Windows color (decimal): -13613769 or 3622192. OLE color: 3622192.

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

Color convert

RGB486955-
CMYK0.3000.200.73
HSL140º17.95%22.94%-
HSV(B)140º30.43%27.06%-
XYZ4.045.164.4-
YUV61.13124.54118.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=27.91%
G=40.12%
B=31.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869550.3000.200.7314017.9522.94
Hex3045371E014498c1217
Octal6010567360241112142227
Binary1100001000101110111111100101001001001100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304537; }

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

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

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

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

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

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

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

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