#191E15

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

Shades of Pine Tree #191E15

Tints of Pine Tree #191E15

Color information

#191E15 (or 0x191E15) is unknown color: approx Pine Tree. HEX triplet: 19, 1E and 15. RGB value is (25,30,21). Sum of RGB (Red+Green+Blue) = 25+30+21=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #191E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E15 is #E6E1EA. Grayscale: #1B1B1B. Windows color (decimal): -15131115 or 1383961. OLE color: 1383961.

HSL color Cylindrical-coordinate representation of color #191E15: hue angle of 93.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #191E15 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB253021-
CMYK0.1700.300.88
HSL93.33º17.65%10%-
HSV(B)93.33º30%11.76%-
XYZ11.190.89-
YUV27.48124.34126.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=32.89%
G=39.47%
B=27.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2530210.1700.300.8893.3317.6510
Hex191E151101E585d12a
Octal313625210361301352212
Binary1100111110101011000101111010110001011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191E15; }

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

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

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

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

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

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

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

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