#284210

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

Shades of Pine Tree #284210

Tints of Pine Tree #284210

Color information

#284210 (or 0x284210) is unknown color: approx Pine Tree. HEX triplet: 28, 42 and 10. RGB value is (40,66,16). Sum of RGB (Red+Green+Blue) = 40+66+16=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #284210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284210 is #D7BDEF. Grayscale: #343434. Windows color (decimal): -14138864 or 1065512. OLE color: 1065512.

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

Color convert

RGB406616-
CMYK0.3900.760.74
HSL91.2º60.98%16.08%-
HSV(B)91.2º75.76%25.88%-
XYZ2.924.381.18-
YUV52.53107.39119.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 66 (26.17% from 255) = 54.10%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=32.79%
G=54.10%
B=13.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066160.3900.760.7491.260.9816.08
Hex2842102704C4A5b3d10
Octal50102204701141121337520
Binary101000100001010000100111010011001001010101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284210; }

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

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

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

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

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

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

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

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