#304033

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

Shades of Timber Green #304033

Tints of Timber Green #304033

Color information

#304033 (or 0x304033) is unknown color: approx Timber Green. HEX triplet: 30, 40 and 33. RGB value is (48,64,51). Sum of RGB (Red+Green+Blue) = 48+64+51=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #304033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304033 is #CFBFCC. Grayscale: #393939. Windows color (decimal): -13615053 or 3358768. OLE color: 3358768.

HSL color Cylindrical-coordinate representation of color #304033: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #304033 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB486451-
CMYK0.2500.200.75
HSL131.25º14.29%21.96%-
HSV(B)131.25º25%25.1%-
XYZ3.654.533.81-
YUV57.73124.2121.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=29.45%
G=39.26%
B=31.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864510.2500.200.75131.2514.2921.96
Hex304033190144B83e16
Octal6010063310241132031626
Binary110000100000011001111001010100100101110000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304033; }

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

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

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

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

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

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

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

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