#304030

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

Shades of Timber Green #304030

Tints of Timber Green #304030

Color information

#304030 (or 0x304030) is unknown color: approx Timber Green. HEX triplet: 30, 40 and 30. RGB value is (48,64,48). Sum of RGB (Red+Green+Blue) = 48+64+48=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #304030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304030 is #CFBFCF. Grayscale: #393939. Windows color (decimal): -13615056 or 3162160. OLE color: 3162160.

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

Color convert

RGB486448-
CMYK0.2500.250.75
HSL120º14.29%21.96%-
HSV(B)120º25%25.1%-
XYZ3.594.513.48-
YUV57.39122.7121.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 48 (19.14% from 255) = 30%
R=30%
G=40%
B=30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864480.2500.250.7512014.2921.96
Hex304030190194B78e16
Octal6010060310311131701626
Binary11000010000001100001100101100110010111111000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304030; }

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

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

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

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

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

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

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

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