#304B37

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

Shades of Timber Green #304B37

Tints of Timber Green #304B37

Color information

#304B37 (or 0x304B37) is unknown color: approx Timber Green. HEX triplet: 30, 4B and 37. RGB value is (48,75,55). Sum of RGB (Red+Green+Blue) = 48+75+55=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #304B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B37 is #CFB4C8. Grayscale: #404040. Windows color (decimal): -13612233 or 3623728. OLE color: 3623728.

HSL color Cylindrical-coordinate representation of color #304B37: hue angle of 135.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B37 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB487555-
CMYK0.3600.270.71
HSL135.56º21.95%24.12%-
HSV(B)135.56º36%29.41%-
XYZ4.425.944.53-
YUV64.65122.55116.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=26.97%
G=42.13%
B=30.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875550.3600.270.71135.5621.9524.12
Hex304B372401B47881618
Octal6011367440331072102630
Binary11000010010111101111001000110111000111100010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B37; }

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

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

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

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

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

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

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

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