#15190F

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

Shades of Pine Tree #15190F

Tints of Pine Tree #15190F

Color information

#15190F (or 0x15190F) is unknown color: approx Pine Tree. HEX triplet: 15, 19 and 0F. RGB value is (21,25,15). Sum of RGB (Red+Green+Blue) = 21+25+15=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 25 - color contains mainly: green. Hex color #15190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15190F is #EAE6F0. Grayscale: #161616. Windows color (decimal): -15394545 or 989461. OLE color: 989461.

HSL color Cylindrical-coordinate representation of color #15190F: hue angle of 84º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #15190F is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB212515-
CMYK0.1600.400.90
HSL84º25%7.84%-
HSV(B)84º40%9.8%-
XYZ0.740.890.58-
YUV22.66123.67126.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=34.43%
G=40.98%
B=24.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2125150.1600.400.9084257.84
Hex1519F100285A54198
Octal253117200501321243110
Binary1010111001111110000010100010110101010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15190F; }

 p { color: rgb(21,25,15); }

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

<style>
 a { background-color: #15190F; }

 a { background-color: rgb(21,25,15); }

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

<style>
 span { border-color: #15190F; }

 span { border-color: rgb(21,25,15); }

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