#28420D

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

Shades of Pine Tree #28420D

Tints of Pine Tree #28420D

Color information

#28420D (or 0x28420D) is unknown color: approx Pine Tree. HEX triplet: 28, 42 and 0D. RGB value is (40,66,13). Sum of RGB (Red+Green+Blue) = 40+66+13=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #28420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28420D is #D7BDF2. Grayscale: #343434. Windows color (decimal): -14138867 or 868904. OLE color: 868904.

HSL color Cylindrical-coordinate representation of color #28420D: hue angle of 89.43º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28420D is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB406613-
CMYK0.3900.800.74
HSL89.43º67.09%15.49%-
HSV(B)89.43º80.3%25.88%-
XYZ2.94.381.07-
YUV52.18105.89119.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=33.61%
G=55.46%
B=10.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066130.3900.800.7489.4367.0915.49
Hex2842D270504A5943f
Octal501021547012011213110317
Binary10100010000101101100111010100001001010101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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