#2D4832

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

Shades of Timber Green #2D4832

Tints of Timber Green #2D4832

Color information

#2D4832 (or 0x2D4832) is unknown color: approx Timber Green. HEX triplet: 2D, 48 and 32. RGB value is (45,72,50). Sum of RGB (Red+Green+Blue) = 45+72+50=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4832 is #D2B7CD. Grayscale: #3D3D3D. Windows color (decimal): -13809614 or 3295277. OLE color: 3295277.

HSL color Cylindrical-coordinate representation of color #2D4832: hue angle of 131.11º 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 #2D4832 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB457250-
CMYK0.3800.310.72
HSL131.11º23.08%22.94%-
HSV(B)131.11º37.5%28.24%-
XYZ3.985.423.85-
YUV61.42121.55116.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.95%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=26.95%
G=43.11%
B=29.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4572500.3800.310.72131.1123.0822.94
Hex2D48322601F48831717
Octal5511062460371102032727
Binary10110110010001100101001100111111001000100000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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