#304433

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

Shades of Timber Green #304433

Tints of Timber Green #304433

Color information

#304433 (or 0x304433) is unknown color: approx Timber Green. HEX triplet: 30, 44 and 33. RGB value is (48,68,51). Sum of RGB (Red+Green+Blue) = 48+68+51=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #304433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304433 is #CFBBCC. Grayscale: #3C3C3C. Windows color (decimal): -13614029 or 3359792. OLE color: 3359792.

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

Color convert

RGB486851-
CMYK0.2900.250.73
HSL129º17.24%22.75%-
HSV(B)129º29.41%26.67%-
XYZ3.8853.89-
YUV60.08122.87119.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=28.74%
G=40.72%
B=30.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868510.2900.250.7312917.2422.75
Hex3044331D01949811117
Octal6010463350311112012127
Binary1100001000100110011111010110011001001100000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304433; }

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

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

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

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

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

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

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

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