#304032

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

Shades of Timber Green #304032

Tints of Timber Green #304032

Color information

#304032 (or 0x304032) is unknown color: approx Timber Green. HEX triplet: 30, 40 and 32. RGB value is (48,64,50). Sum of RGB (Red+Green+Blue) = 48+64+50=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #304032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304032 is #CFBFCD. Grayscale: #393939. Windows color (decimal): -13615054 or 3293232. OLE color: 3293232.

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

Color convert

RGB486450-
CMYK0.2500.220.75
HSL127.5º14.29%21.96%-
HSV(B)127.5º25%25.1%-
XYZ3.634.533.7-
YUV57.62123.7121.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=29.63%
G=39.51%
B=30.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864500.2500.220.75127.514.2921.96
Hex304032190164B7fe16
Octal6010062310261131771626
Binary11000010000001100101100101011010010111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304032; }

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

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

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

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

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

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

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

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