#304431

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

Shades of Timber Green #304431

Tints of Timber Green #304431

Color information

#304431 (or 0x304431) is unknown color: approx Timber Green. HEX triplet: 30, 44 and 31. RGB value is (48,68,49). Sum of RGB (Red+Green+Blue) = 48+68+49=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #304431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304431 is #CFBBCE. Grayscale: #3B3B3B. Windows color (decimal): -13614031 or 3228720. OLE color: 3228720.

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

Color convert

RGB486849-
CMYK0.2900.280.73
HSL123º17.24%22.75%-
HSV(B)123º29.41%26.67%-
XYZ3.844.983.67-
YUV59.85121.87119.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=29.09%
G=41.21%
B=29.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868490.2900.280.7312317.2422.75
Hex3044311D01C497b1117
Octal6010461350341111732127
Binary110000100010011000111101011100100100111110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304431; }

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

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

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

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

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

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

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

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