#304031

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

Shades of Timber Green #304031

Tints of Timber Green #304031

Color information

#304031 (or 0x304031) is unknown color: approx Timber Green. HEX triplet: 30, 40 and 31. RGB value is (48,64,49). Sum of RGB (Red+Green+Blue) = 48+64+49=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 64 - color contains mainly: green. Hex color #304031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304031 is #CFBFCE. Grayscale: #393939. Windows color (decimal): -13615055 or 3227696. OLE color: 3227696.

HSL color Cylindrical-coordinate representation of color #304031: hue angle of 123.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #304031 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB486449-
CMYK0.2500.230.75
HSL123.75º14.29%21.96%-
HSV(B)123.75º25%25.1%-
XYZ3.614.523.59-
YUV57.51123.2121.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=29.81%
G=39.75%
B=30.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864490.2500.230.75123.7514.2921.96
Hex304031190174B7ce16
Octal6010061310271131741626
Binary11000010000001100011100101011110010111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304031; }

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

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

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

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

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

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

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

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