#28301E

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

Shades of Pine Tree #28301E

Tints of Pine Tree #28301E

Color information

#28301E (or 0x28301E) is unknown color: approx Pine Tree. HEX triplet: 28, 30 and 1E. RGB value is (40,48,30). Sum of RGB (Red+Green+Blue) = 40+48+30=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #28301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28301E is #D7CFE1. Grayscale: #2B2B2B. Windows color (decimal): -14143458 or 1978408. OLE color: 1978408.

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

Color convert

RGB404830-
CMYK0.1700.370.81
HSL86.67º23.08%15.29%-
HSV(B)86.67º37.5%18.82%-
XYZ2.172.661.63-
YUV43.56120.35125.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=33.90%
G=40.68%
B=25.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048300.1700.370.8186.6723.0815.29
Hex28301E11025515717f
Octal506036210451211272717
Binary1010001100001111010001010010110100011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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