#303D33

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

Shades of Timber Green #303D33

Tints of Timber Green #303D33

Color information

#303D33 (or 0x303D33) is unknown color: approx Timber Green. HEX triplet: 30, 3D and 33. RGB value is (48,61,51). Sum of RGB (Red+Green+Blue) = 48+61+51=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 61 - color contains mainly: green. Hex color #303D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D33 is #CFC2CC. Grayscale: #373737. Windows color (decimal): -13615821 or 3358000. OLE color: 3358000.

HSL color Cylindrical-coordinate representation of color #303D33: hue angle of 133.85º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D33 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB486151-
CMYK0.2100.160.76
HSL133.85º11.93%21.37%-
HSV(B)133.85º21.31%23.92%-
XYZ3.494.23.76-
YUV55.97125.19122.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 61 (24.22% from 255) = 38.12%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=30%
G=38.12%
B=31.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861510.2100.160.76133.8511.9321.37
Hex303D33150104C86c15
Octal607563250201142061425
Binary11000011110111001110101010000100110010000110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D33; }

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

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

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

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

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

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

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

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