#28311A

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

Shades of Pine Tree #28311A

Tints of Pine Tree #28311A

Color information

#28311A (or 0x28311A) is unknown color: approx Pine Tree. HEX triplet: 28, 31 and 1A. RGB value is (40,49,26). Sum of RGB (Red+Green+Blue) = 40+49+26=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #28311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28311A is #D7CEE5. Grayscale: #2B2B2B. Windows color (decimal): -14143206 or 1716520. OLE color: 1716520.

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

Color convert

RGB404926-
CMYK0.1800.470.81
HSL83.48º30.67%14.71%-
HSV(B)83.48º46.94%19.22%-
XYZ2.162.721.39-
YUV43.69118.02125.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=34.78%
G=42.61%
B=22.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049260.1800.470.8183.4830.6714.71
Hex28311A1202F51531ff
Octal506132220571211233717
Binary1010001100011101010010010111110100011010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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