#192015

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

Shades of Pine Tree #192015

Tints of Pine Tree #192015

Color information

#192015 (or 0x192015) is unknown color: approx Pine Tree. HEX triplet: 19, 20 and 15. RGB value is (25,32,21). Sum of RGB (Red+Green+Blue) = 25+32+21=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #192015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192015 is #E6DFEA. Grayscale: #1C1C1C. Windows color (decimal): -15130603 or 1384473. OLE color: 1384473.

HSL color Cylindrical-coordinate representation of color #192015: hue angle of 98.18º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #192015 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB253221-
CMYK0.2200.340.87
HSL98.18º20.75%10.39%-
HSV(B)98.18º34.38%12.55%-
XYZ1.051.290.9-
YUV28.65123.68125.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=32.05%
G=41.03%
B=26.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2532210.2200.340.8798.1820.7510.39
Hex19201516022576215a
Octal314025260421271422512
Binary110011000001010110110010001010101111100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192015; }

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

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

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

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

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

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

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

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