#303C31

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

Shades of Timber Green #303C31

Tints of Timber Green #303C31

Color information

#303C31 (or 0x303C31) is unknown color: approx Timber Green. HEX triplet: 30, 3C and 31. RGB value is (48,60,49). Sum of RGB (Red+Green+Blue) = 48+60+49=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #303C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C31 is #CFC3CE. Grayscale: #373737. Windows color (decimal): -13616079 or 3226672. OLE color: 3226672.

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

Color convert

RGB486049-
CMYK0.2000.180.76
HSL125º11.11%21.18%-
HSV(B)125º20%23.53%-
XYZ3.394.083.51-
YUV55.16124.52122.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=30.57%
G=38.22%
B=31.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4860490.2000.180.7612511.1121.18
Hex303C31140124C7db15
Octal607461240221141751325
Binary1100001111001100011010001001010011001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,60,49); }

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

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

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

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

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

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

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