#28311D

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

Shades of Pine Tree #28311D

Tints of Pine Tree #28311D

Color information

#28311D (or 0x28311D) is unknown color: approx Pine Tree. HEX triplet: 28, 31 and 1D. RGB value is (40,49,29). Sum of RGB (Red+Green+Blue) = 40+49+29=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #28311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28311D is #D7CEE2. Grayscale: #2C2C2C. Windows color (decimal): -14143203 or 1913128. OLE color: 1913128.

HSL color Cylindrical-coordinate representation of color #28311D: hue angle of 87º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #28311D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB404929-
CMYK0.1800.410.81
HSL87º25.64%15.29%-
HSV(B)87º40.82%19.22%-
XYZ2.22.741.57-
YUV44.03119.52125.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=33.90%
G=41.53%
B=24.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049290.1800.410.818725.6415.29
Hex28311D1202951571af
Octal506135220511211273217
Binary1010001100011110110010010100110100011010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28311D; }

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

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

<style>
 a { background-color: #28311D; }

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

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

<style>
 span { border-color: #28311D; }

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

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