#16260A

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

Shades of Pine Tree #16260A

Tints of Pine Tree #16260A

Color information

#16260A (or 0x16260A) is unknown color: approx Pine Tree. HEX triplet: 16, 26 and 0A. RGB value is (22,38,10). Sum of RGB (Red+Green+Blue) = 22+38+10=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #16260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16260A is #E9D9F5. Grayscale: #1E1E1E. Windows color (decimal): -15325686 or 665110. OLE color: 665110.

HSL color Cylindrical-coordinate representation of color #16260A: hue angle of 94.29º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16260A is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB223810-
CMYK0.4200.740.85
HSL94.29º58.33%9.41%-
HSV(B)94.29º73.68%14.9%-
XYZ1.081.580.54-
YUV30.02116.7122.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.43%
GREEN value IS 38 (15.23% from 255) = 54.29%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=31.43%
G=54.29%
B=14.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2238100.4200.740.8594.2958.339.41
Hex1626A2A04A555e3a9
Octal2646125201121251367211
Binary10110100110101010101001001010101010110111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16260A; }

 p { color: rgb(22,38,10); }

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

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

 a { background-color: rgb(22,38,10); }

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

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

 span { border-color: rgb(22,38,10); }

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