#15210B

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

Shades of Pine Tree #15210B

Tints of Pine Tree #15210B

Color information

#15210B (or 0x15210B) is unknown color: approx Pine Tree. HEX triplet: 15, 21 and 0B. RGB value is (21,33,11). Sum of RGB (Red+Green+Blue) = 21+33+11=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #15210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15210B is #EADEF4. Grayscale: #1A1A1A. Windows color (decimal): -15392501 or 729365. OLE color: 729365.

HSL color Cylindrical-coordinate representation of color #15210B: hue angle of 92.73º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15210B is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB213311-
CMYK0.3600.670.87
HSL92.73º50%8.63%-
HSV(B)92.73º66.67%12.94%-
XYZ0.911.270.51-
YUV26.9119.02123.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 33 (13.28% from 255) = 50.77%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=32.31%
G=50.77%
B=16.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133110.3600.670.8792.73508.63
Hex1521B24043575d329
Octal2541134401031271356211
Binary10101100001101110010001000011101011110111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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