#15260B

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

Shades of Pine Tree #15260B

Tints of Pine Tree #15260B

Color information

#15260B (or 0x15260B) is unknown color: approx Pine Tree. HEX triplet: 15, 26 and 0B. RGB value is (21,38,11). Sum of RGB (Red+Green+Blue) = 21+38+11=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #15260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15260B is #EAD9F4. Grayscale: #1D1D1D. Windows color (decimal): -15391221 or 730645. OLE color: 730645.

HSL color Cylindrical-coordinate representation of color #15260B: hue angle of 97.78º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15260B is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB213811-
CMYK0.4500.710.85
HSL97.78º55.1%9.61%-
HSV(B)97.78º71.05%14.9%-
XYZ1.061.570.56-
YUV29.84117.37121.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 38 (15.23% from 255) = 54.29%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=30%
G=54.29%
B=15.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2138110.4500.710.8597.7855.19.61
Hex1526B2D047556237a
Octal2546135501071251426712
Binary10101100110101110110101000111101010111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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