#304330

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

Shades of Timber Green #304330

Tints of Timber Green #304330

Color information

#304330 (or 0x304330) is unknown color: approx Timber Green. HEX triplet: 30, 43 and 30. RGB value is (48,67,48). Sum of RGB (Red+Green+Blue) = 48+67+48=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #304330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304330 is #CFBCCF. Grayscale: #3B3B3B. Windows color (decimal): -13614288 or 3162928. OLE color: 3162928.

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

Color convert

RGB486748-
CMYK0.2800.280.74
HSL120º16.52%22.55%-
HSV(B)120º28.36%26.27%-
XYZ3.764.863.54-
YUV59.15121.71120.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=29.45%
G=41.10%
B=29.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867480.2800.280.7412016.5222.55
Hex3043301C01C4A781117
Octal6010360340341121702127
Binary110000100001111000011100011100100101011110001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304330; }

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

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

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

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

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

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

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

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