#28420F

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

Shades of Pine Tree #28420F

Tints of Pine Tree #28420F

Color information

#28420F (or 0x28420F) is unknown color: approx Pine Tree. HEX triplet: 28, 42 and 0F. RGB value is (40,66,15). Sum of RGB (Red+Green+Blue) = 40+66+15=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #28420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28420F is #D7BDF0. Grayscale: #343434. Windows color (decimal): -14138865 or 999976. OLE color: 999976.

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

Color convert

RGB406615-
CMYK0.3900.770.74
HSL90.59º62.96%15.88%-
HSV(B)90.59º77.27%25.88%-
XYZ2.914.381.14-
YUV52.41106.89119.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=33.06%
G=54.55%
B=12.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066150.3900.770.7490.5962.9615.88
Hex2842F2704D4A5b3f10
Octal50102174701151121337720
Binary10100010000101111100111010011011001010101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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