#28420E

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

Shades of Pine Tree #28420E

Tints of Pine Tree #28420E

Color information

#28420E (or 0x28420E) is unknown color: approx Pine Tree. HEX triplet: 28, 42 and 0E. RGB value is (40,66,14). Sum of RGB (Red+Green+Blue) = 40+66+14=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #28420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28420E is #D7BDF1. Grayscale: #343434. Windows color (decimal): -14138866 or 934440. OLE color: 934440.

HSL color Cylindrical-coordinate representation of color #28420E: hue angle of 90º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28420E is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB406614-
CMYK0.3900.790.74
HSL90º65%15.69%-
HSV(B)90º78.79%25.88%-
XYZ2.94.381.11-
YUV52.3106.39119.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 55%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=33.33%
G=55%
B=11.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066140.3900.790.74906515.69
Hex2842E2704F4A5a4110
Octal501021647011711213210120
Binary101000100001011101001110100111110010101011010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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