#28400F

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

Shades of Pine Tree #28400F

Tints of Pine Tree #28400F

Color information

#28400F (or 0x28400F) is unknown color: approx Pine Tree. HEX triplet: 28, 40 and 0F. RGB value is (40,64,15). Sum of RGB (Red+Green+Blue) = 40+64+15=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #28400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28400F is #D7BFF0. Grayscale: #333333. Windows color (decimal): -14139377 or 999464. OLE color: 999464.

HSL color Cylindrical-coordinate representation of color #28400F: hue angle of 89.39º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28400F is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB406415-
CMYK0.3800.770.75
HSL89.39º62.03%15.49%-
HSV(B)89.39º76.56%25.1%-
XYZ2.794.151.11-
YUV51.24107.55119.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=33.61%
G=53.78%
B=12.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064150.3800.770.7589.3962.0315.49
Hex2840F2604D4B593ef
Octal50100174601151131317617
Binary1010001000000111110011001001101100101110110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28400F; }

 p { color: rgb(40,64,15); }

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

<style>
 a { background-color: #28400F; }

 a { background-color: rgb(40,64,15); }

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

<style>
 span { border-color: #28400F; }

 span { border-color: rgb(40,64,15); }

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