#131D0B

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

Shades of Pine Tree #131D0B

Tints of Pine Tree #131D0B

Color information

#131D0B (or 0x131D0B) is unknown color: approx Pine Tree. HEX triplet: 13, 1D and 0B. RGB value is (19,29,11). Sum of RGB (Red+Green+Blue) = 19+29+11=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #131D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D0B is #ECE2F4. Grayscale: #181818. Windows color (decimal): -15524597 or 728339. OLE color: 728339.

HSL color Cylindrical-coordinate representation of color #131D0B: hue angle of 93.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131D0B is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.89.

Color convert

RGB192911-
CMYK0.3400.620.89
HSL93.33º45%7.84%-
HSV(B)93.33º62.07%11.37%-
XYZ0.771.040.48-
YUV23.96120.69124.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 29 (11.72% from 255) = 49.15%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=32.20%
G=49.15%
B=18.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1929110.3400.620.8993.33457.84
Hex131DB2203E595d2d8
Octal233513420761311355510
Binary100111110110111000100111110101100110111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131D0B; }

 p { color: rgb(19,29,11); }

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

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

 a { background-color: rgb(19,29,11); }

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

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

 span { border-color: rgb(19,29,11); }

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