#191C13

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

Shades of Pine Tree #191C13

Tints of Pine Tree #191C13

Color information

#191C13 (or 0x191C13) is unknown color: approx Pine Tree. HEX triplet: 19, 1C and 13. RGB value is (25,28,19). Sum of RGB (Red+Green+Blue) = 25+28+19=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 28 - color contains mainly: green. Hex color #191C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C13 is #E6E3EC. Grayscale: #1A1A1A. Windows color (decimal): -15131629 or 1252377. OLE color: 1252377.

HSL color Cylindrical-coordinate representation of color #191C13: hue angle of 80º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191C13 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB252819-
CMYK0.1100.320.89
HSL80º19.15%9.22%-
HSV(B)80º32.14%10.98%-
XYZ0.931.080.78-
YUV26.08124.01127.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=34.72%
G=38.89%
B=26.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2528190.1100.320.898019.159.22
Hex191C13B0205950139
Octal313423130401311202311
Binary1100111100100111011010000010110011010000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,28,19); }

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

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

 a { background-color: rgb(25,28,19); }

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

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

 span { border-color: rgb(25,28,19); }

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