#15250C

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

Shades of Pine Tree #15250C

Tints of Pine Tree #15250C

Color information

#15250C (or 0x15250C) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 0C. RGB value is (21,37,12). Sum of RGB (Red+Green+Blue) = 21+37+12=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #15250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15250C is #EADAF3. Grayscale: #1D1D1D. Windows color (decimal): -15391476 or 795925. OLE color: 795925.

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

Color convert

RGB213712-
CMYK0.4300.680.85
HSL98.4º51.02%9.61%-
HSV(B)98.4º67.57%14.51%-
XYZ1.041.510.58-
YUV29.37118.2122.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=30%
G=52.86%
B=17.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2137120.4300.680.8598.451.029.61
Hex1525C2B044556233a
Octal2545145301041251426312
Binary10101100101110010101101000100101010111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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