#191C14

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

Shades of Pine Tree #191C14

Tints of Pine Tree #191C14

Color information

#191C14 (or 0x191C14) is unknown color: approx Pine Tree. HEX triplet: 19, 1C and 14. RGB value is (25,28,20). Sum of RGB (Red+Green+Blue) = 25+28+20=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 28 - color contains mainly: green. Hex color #191C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C14 is #E6E3EB. Grayscale: #1A1A1A. Windows color (decimal): -15131628 or 1317913. OLE color: 1317913.

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

Color convert

RGB252820-
CMYK0.1100.290.89
HSL82.5º16.67%9.41%-
HSV(B)82.5º28.57%10.98%-
XYZ0.941.090.82-
YUV26.19124.51127.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 28 (11.33% from 255) = 38.36%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=34.25%
G=38.36%
B=27.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2528200.1100.290.8982.516.679.41
Hex191C14B01D5952119
Octal313424130351311222111
Binary110011110010100101101110110110011010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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