#304136

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

Shades of Timber Green #304136

Tints of Timber Green #304136

Color information

#304136 (or 0x304136) is unknown color: approx Timber Green. HEX triplet: 30, 41 and 36. RGB value is (48,65,54). Sum of RGB (Red+Green+Blue) = 48+65+54=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #304136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304136 is #CFBEC9. Grayscale: #3A3A3A. Windows color (decimal): -13614794 or 3555632. OLE color: 3555632.

HSL color Cylindrical-coordinate representation of color #304136: hue angle of 141.18º 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 #304136 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB486554-
CMYK0.2600.170.75
HSL141.18º15.04%22.16%-
HSV(B)141.18º26.15%25.49%-
XYZ3.784.684.19-
YUV58.66125.37120.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=28.74%
G=38.92%
B=32.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865540.2600.170.75141.1815.0422.16
Hex3041361A0114B8df16
Octal6010166320211132151726
Binary110000100000111011011010010001100101110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304136; }

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

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

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

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

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

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

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

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