#2D3819

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

Shades of Pine Tree #2D3819

Tints of Pine Tree #2D3819

Color information

#2D3819 (or 0x2D3819) is unknown color: approx Pine Tree. HEX triplet: 2D, 38 and 19. RGB value is (45,56,25). Sum of RGB (Red+Green+Blue) = 45+56+25=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3819 is #D2C7E6. Grayscale: #313131. Windows color (decimal): -13813735 or 1652781. OLE color: 1652781.

HSL color Cylindrical-coordinate representation of color #2D3819: hue angle of 81.29º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D3819 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB455625-
CMYK0.2000.550.78
HSL81.29º38.27%15.88%-
HSV(B)81.29º55.36%21.96%-
XYZ2.673.461.45-
YUV49.18114.36125.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.71%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=35.71%
G=44.44%
B=19.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4556250.2000.550.7881.2938.2715.88
Hex2D3819140374E512610
Octal557031240671161214620
Binary101101111000110011010001101111001110101000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,56,25); }

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

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

 a { background-color: rgb(45,56,25); }

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

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

 span { border-color: rgb(45,56,25); }

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