#2D482E

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

Shades of Timber Green #2D482E

Tints of Timber Green #2D482E

Color information

#2D482E (or 0x2D482E) is unknown color: approx Timber Green. HEX triplet: 2D, 48 and 2E. RGB value is (45,72,46). Sum of RGB (Red+Green+Blue) = 45+72+46=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #2D482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D482E is #D2B7D1. Grayscale: #3D3D3D. Windows color (decimal): -13809618 or 3033133. OLE color: 3033133.

HSL color Cylindrical-coordinate representation of color #2D482E: hue angle of 122.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D482E is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB457246-
CMYK0.3800.360.72
HSL122.22º23.08%22.94%-
HSV(B)122.22º37.5%28.24%-
XYZ3.895.393.42-
YUV60.96119.55116.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=27.61%
G=44.17%
B=28.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4572460.3800.360.72122.2223.0822.94
Hex2D482E26024487a1717
Octal5511056460441101722727
Binary10110110010001011101001100100100100100011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D482E; }

 p { color: rgb(45,72,46); }

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

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

 a { background-color: rgb(45,72,46); }

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

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

 span { border-color: rgb(45,72,46); }

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