#304631

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

Shades of Timber Green #304631

Tints of Timber Green #304631

Color information

#304631 (or 0x304631) is unknown color: approx Timber Green. HEX triplet: 30, 46 and 31. RGB value is (48,70,49). Sum of RGB (Red+Green+Blue) = 48+70+49=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #304631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304631 is #CFB9CE. Grayscale: #3D3D3D. Windows color (decimal): -13613519 or 3229232. OLE color: 3229232.

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

Color convert

RGB487049-
CMYK0.3100.300.73
HSL122.73º18.64%23.14%-
HSV(B)122.73º31.43%27.45%-
XYZ3.965.233.71-
YUV61.03121.21118.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=28.74%
G=41.92%
B=29.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870490.3100.300.73122.7318.6423.14
Hex3046311F01E497b1317
Octal6010661370361111732327
Binary110000100011011000111111011110100100111110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304631; }

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

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

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

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

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

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

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

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