#304332

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

Shades of Timber Green #304332

Tints of Timber Green #304332

Color information

#304332 (or 0x304332) is unknown color: approx Timber Green. HEX triplet: 30, 43 and 32. RGB value is (48,67,50). Sum of RGB (Red+Green+Blue) = 48+67+50=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #304332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304332 is #CFBCCD. Grayscale: #3B3B3B. Windows color (decimal): -13614286 or 3294000. OLE color: 3294000.

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

Color convert

RGB486750-
CMYK0.2800.250.74
HSL126.32º16.52%22.55%-
HSV(B)126.32º28.36%26.27%-
XYZ3.84.873.76-
YUV59.38122.71119.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=29.09%
G=40.61%
B=30.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867500.2800.250.74126.3216.5222.55
Hex3043321C0194A7e1117
Octal6010362340311121762127
Binary110000100001111001011100011001100101011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304332; }

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

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

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

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

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

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

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

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