#2D482F

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

Shades of Timber Green #2D482F

Tints of Timber Green #2D482F

Color information

#2D482F (or 0x2D482F) is unknown color: approx Timber Green. HEX triplet: 2D, 48 and 2F. RGB value is (45,72,47). Sum of RGB (Red+Green+Blue) = 45+72+47=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #2D482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D482F is #D2B7D0. Grayscale: #3D3D3D. Windows color (decimal): -13809617 or 3098669. OLE color: 3098669.

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

Color convert

RGB457247-
CMYK0.3800.350.72
HSL124.44º23.08%22.94%-
HSV(B)124.44º37.5%28.24%-
XYZ3.915.43.52-
YUV61.08120.05116.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=27.44%
G=43.90%
B=28.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4572470.3800.350.72124.4423.0822.94
Hex2D482F26023487c1717
Octal5511057460431101742727
Binary10110110010001011111001100100011100100011111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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