#15260A

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

Shades of Pine Tree #15260A

Tints of Pine Tree #15260A

Color information

#15260A (or 0x15260A) is unknown color: approx Pine Tree. HEX triplet: 15, 26 and 0A. RGB value is (21,38,10). Sum of RGB (Red+Green+Blue) = 21+38+10=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #15260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15260A is #EAD9F5. Grayscale: #1D1D1D. Windows color (decimal): -15391222 or 665109. OLE color: 665109.

HSL color Cylindrical-coordinate representation of color #15260A: hue angle of 96.43º 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 #15260A is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB213810-
CMYK0.4500.740.85
HSL96.43º58.33%9.41%-
HSV(B)96.43º73.68%14.9%-
XYZ1.061.570.53-
YUV29.72116.87121.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 38 (15.23% from 255) = 55.07%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=30.43%
G=55.07%
B=14.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2138100.4500.740.8596.4358.339.41
Hex1526A2D04A55603a9
Octal2546125501121251407211
Binary10101100110101010110101001010101010111000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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