#2D3128

Color #2D3128 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #2D3128

Tints of Pine Tree #2D3128

Color information

#2D3128 (or 0x2D3128) is unknown color: approx Pine Tree. HEX triplet: 2D, 31 and 28. RGB value is (45,49,40). Sum of RGB (Red+Green+Blue) = 45+49+40=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3128 is #D2CED7. Grayscale: #2E2E2E. Windows color (decimal): -13815512 or 2634029. OLE color: 2634029.

HSL color Cylindrical-coordinate representation of color #2D3128: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D3128 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB454940-
CMYK0.0800.180.81
HSL86.67º10.11%17.45%-
HSV(B)86.67º18.37%19.22%-
XYZ2.562.912.43-
YUV46.78124.17126.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.58%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=33.58%
G=36.57%
B=29.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4549400.0800.180.8186.6710.1117.45
Hex2D312880125157a11
Octal556150100221211271221
Binary101101110001101000100001001010100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,49,40); }

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

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

 a { background-color: rgb(45,49,40); }

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

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

 span { border-color: rgb(45,49,40); }

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