#303B32

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

Shades of Timber Green #303B32

Tints of Timber Green #303B32

Color information

#303B32 (or 0x303B32) is unknown color: approx Timber Green. HEX triplet: 30, 3B and 32. RGB value is (48,59,50). Sum of RGB (Red+Green+Blue) = 48+59+50=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 59 - color contains mainly: green. Hex color #303B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B32 is #CFC4CD. Grayscale: #363636. Windows color (decimal): -13616334 or 3291952. OLE color: 3291952.

HSL color Cylindrical-coordinate representation of color #303B32: hue angle of 130.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #303B32 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB485950-
CMYK0.1900.150.77
HSL130.91º10.28%20.98%-
HSV(B)130.91º18.64%23.14%-
XYZ3.363.993.61-
YUV54.68125.36123.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 59 (23.44% from 255) = 37.58%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=30.57%
G=37.58%
B=31.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4859500.1900.150.77130.9110.2820.98
Hex303B32130F4D83a15
Octal607362230171152031225
Binary1100001110111100101001101111100110110000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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