#303D34

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

Shades of Timber Green #303D34

Tints of Timber Green #303D34

Color information

#303D34 (or 0x303D34) is unknown color: approx Timber Green. HEX triplet: 30, 3D and 34. RGB value is (48,61,52). Sum of RGB (Red+Green+Blue) = 48+61+52=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #303D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D34 is #CFC2CB. Grayscale: #383838. Windows color (decimal): -13615820 or 3423536. OLE color: 3423536.

HSL color Cylindrical-coordinate representation of color #303D34: hue angle of 138.46º 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 #303D34 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB486152-
CMYK0.2100.150.76
HSL138.46º11.93%21.37%-
HSV(B)138.46º21.31%23.92%-
XYZ3.514.213.88-
YUV56.09125.69122.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=29.81%
G=37.89%
B=32.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861520.2100.150.76138.4611.9321.37
Hex303D34150F4C8ac15
Octal607564250171142121425
Binary1100001111011101001010101111100110010001010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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