#28311C

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

Shades of Pine Tree #28311C

Tints of Pine Tree #28311C

Color information

#28311C (or 0x28311C) is unknown color: approx Pine Tree. HEX triplet: 28, 31 and 1C. RGB value is (40,49,28). Sum of RGB (Red+Green+Blue) = 40+49+28=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #28311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28311C is #D7CEE3. Grayscale: #2B2B2B. Windows color (decimal): -14143204 or 1847592. OLE color: 1847592.

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

Color convert

RGB404928-
CMYK0.1800.430.81
HSL85.71º27.27%15.1%-
HSV(B)85.71º42.86%19.22%-
XYZ2.182.731.51-
YUV43.92119.02125.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=34.19%
G=41.88%
B=23.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049280.1800.430.8185.7127.2715.1
Hex28311C1202B51561bf
Octal506134220531211263317
Binary1010001100011110010010010101110100011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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