#28301D

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

Shades of Pine Tree #28301D

Tints of Pine Tree #28301D

Color information

#28301D (or 0x28301D) is unknown color: approx Pine Tree. HEX triplet: 28, 30 and 1D. RGB value is (40,48,29). Sum of RGB (Red+Green+Blue) = 40+48+29=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #28301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28301D is #D7CFE2. Grayscale: #2B2B2B. Windows color (decimal): -14143459 or 1912872. OLE color: 1912872.

HSL color Cylindrical-coordinate representation of color #28301D: hue angle of 85.26º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28301D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB404829-
CMYK0.1700.400.81
HSL85.26º24.68%15.1%-
HSV(B)85.26º39.58%18.82%-
XYZ2.152.651.56-
YUV43.44119.85125.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=34.19%
G=41.03%
B=24.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048290.1700.400.8185.2624.6815.1
Hex28301D11028515519f
Octal506035210501211253117
Binary1010001100001110110001010100010100011010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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