#304533

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

Shades of Timber Green #304533

Tints of Timber Green #304533

Color information

#304533 (or 0x304533) is unknown color: approx Timber Green. HEX triplet: 30, 45 and 33. RGB value is (48,69,51). Sum of RGB (Red+Green+Blue) = 48+69+51=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #304533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304533 is #CFBACC. Grayscale: #3C3C3C. Windows color (decimal): -13613773 or 3360048. OLE color: 3360048.

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

Color convert

RGB486951-
CMYK0.3000.260.73
HSL128.57º17.95%22.94%-
HSV(B)128.57º30.43%27.06%-
XYZ3.945.123.91-
YUV60.67122.54118.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=28.57%
G=41.07%
B=30.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869510.3000.260.73128.5717.9522.94
Hex3045331E01A49811217
Octal6010563360321112012227
Binary1100001000101110011111100110101001001100000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304533; }

 p { color: rgb(48,69,51); }

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

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

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

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

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

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

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