#15250D

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

Shades of Pine Tree #15250D

Tints of Pine Tree #15250D

Color information

#15250D (or 0x15250D) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 0D. RGB value is (21,37,13). Sum of RGB (Red+Green+Blue) = 21+37+13=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #15250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15250D is #EADAF2. Grayscale: #1D1D1D. Windows color (decimal): -15391475 or 861461. OLE color: 861461.

HSL color Cylindrical-coordinate representation of color #15250D: hue angle of 100º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15250D is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB213713-
CMYK0.4300.650.85
HSL100º48%9.8%-
HSV(B)100º64.86%14.51%-
XYZ1.041.510.62-
YUV29.48118.7121.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=29.58%
G=52.11%
B=18.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2137130.4300.650.85100489.8
Hex1525D2B041556430a
Octal2545155301011251446012
Binary10101100101110110101101000001101010111001001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15250D; }

 p { color: rgb(21,37,13); }

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

<style>
 a { background-color: #15250D; }

 a { background-color: rgb(21,37,13); }

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

<style>
 span { border-color: #15250D; }

 span { border-color: rgb(21,37,13); }

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