#28440E

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

Shades of Pine Tree #28440E

Tints of Pine Tree #28440E

Color information

#28440E (or 0x28440E) is unknown color: approx Pine Tree. HEX triplet: 28, 44 and 0E. RGB value is (40,68,14). Sum of RGB (Red+Green+Blue) = 40+68+14=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #28440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28440E is #D7BBF1. Grayscale: #353535. Windows color (decimal): -14138354 or 934952. OLE color: 934952.

HSL color Cylindrical-coordinate representation of color #28440E: hue angle of 91.11º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28440E is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB406814-
CMYK0.4100.790.73
HSL91.11º65.85%16.08%-
HSV(B)91.11º79.41%26.67%-
XYZ3.024.621.15-
YUV53.47105.72118.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 14 (5.86% from 255) = 11.48%
R=32.79%
G=55.74%
B=11.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4068140.4100.790.7391.1165.8516.08
Hex2844E2904F495b4210
Octal501041651011711113310220
Binary101000100010011101010010100111110010011011011100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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