#28370E

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

Shades of Pine Tree #28370E

Tints of Pine Tree #28370E

Color information

#28370E (or 0x28370E) is unknown color: approx Pine Tree. HEX triplet: 28, 37 and 0E. RGB value is (40,55,14). Sum of RGB (Red+Green+Blue) = 40+55+14=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #28370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28370E is #D7C8F1. Grayscale: #2D2D2D. Windows color (decimal): -14141682 or 931624. OLE color: 931624.

HSL color Cylindrical-coordinate representation of color #28370E: hue angle of 81.95º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28370E is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB405514-
CMYK0.2700.750.78
HSL81.95º59.42%13.53%-
HSV(B)81.95º74.55%21.57%-
XYZ2.323.220.91-
YUV45.84110.03123.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 55 (21.88% from 255) = 50.46%
BLUE value IS 14 (5.86% from 255) = 12.84%
R=36.70%
G=50.46%
B=12.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4055140.2700.750.7881.9559.4213.53
Hex2837E1B04B4E523be
Octal5067163301131161227316
Binary10100011011111101101101001011100111010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,55,14); }

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

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

 a { background-color: rgb(40,55,14); }

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

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

 span { border-color: rgb(40,55,14); }

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