#304333

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

Shades of Timber Green #304333

Tints of Timber Green #304333

Color information

#304333 (or 0x304333) is unknown color: approx Timber Green. HEX triplet: 30, 43 and 33. RGB value is (48,67,51). Sum of RGB (Red+Green+Blue) = 48+67+51=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 67 - color contains mainly: green. Hex color #304333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304333 is #CFBCCC. Grayscale: #3B3B3B. Windows color (decimal): -13614285 or 3359536. OLE color: 3359536.

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

Color convert

RGB486751-
CMYK0.2800.240.74
HSL129.47º16.52%22.55%-
HSV(B)129.47º28.36%26.27%-
XYZ3.824.883.87-
YUV59.5123.21119.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=28.92%
G=40.36%
B=30.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867510.2800.240.74129.4716.5222.55
Hex3043331C0184A811117
Octal6010363340301122012127
Binary1100001000011110011111000110001001010100000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304333; }

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

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

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

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

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

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

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

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