#15210C

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

Shades of Pine Tree #15210C

Tints of Pine Tree #15210C

Color information

#15210C (or 0x15210C) is unknown color: approx Pine Tree. HEX triplet: 15, 21 and 0C. RGB value is (21,33,12). Sum of RGB (Red+Green+Blue) = 21+33+12=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #15210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15210C is #EADEF3. Grayscale: #1B1B1B. Windows color (decimal): -15392500 or 794901. OLE color: 794901.

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

Color convert

RGB213312-
CMYK0.3600.640.87
HSL94.29º46.67%8.82%-
HSV(B)94.29º63.64%12.94%-
XYZ0.921.270.55-
YUV27.02119.52123.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 33 (13.28% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=31.82%
G=50%
B=18.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133120.3600.640.8794.2946.678.82
Hex1521C24040575e2f9
Octal2541144401001271365711
Binary10101100001110010010001000000101011110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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