#191E12

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

Shades of Pine Tree #191E12

Tints of Pine Tree #191E12

Color information

#191E12 (or 0x191E12) is unknown color: approx Pine Tree. HEX triplet: 19, 1E and 12. RGB value is (25,30,18). Sum of RGB (Red+Green+Blue) = 25+30+18=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #191E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E12 is #E6E1ED. Grayscale: #1B1B1B. Windows color (decimal): -15131118 or 1187353. OLE color: 1187353.

HSL color Cylindrical-coordinate representation of color #191E12: hue angle of 85º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #191E12 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB253018-
CMYK0.1700.400.88
HSL85º25%9.41%-
HSV(B)85º40%11.76%-
XYZ0.971.180.75-
YUV27.14122.84126.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=34.25%
G=41.10%
B=24.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2530180.1700.400.8885259.41
Hex191E12110285855199
Octal313622210501301253111
Binary11001111101001010001010100010110001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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