#131F09

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

Shades of Pine Tree #131F09

Tints of Pine Tree #131F09

Color information

#131F09 (or 0x131F09) is unknown color: approx Pine Tree. HEX triplet: 13, 1F and 09. RGB value is (19,31,9). Sum of RGB (Red+Green+Blue) = 19+31+9=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #131F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F09 is #ECE0F6. Grayscale: #181818. Windows color (decimal): -15524087 or 597779. OLE color: 597779.

HSL color Cylindrical-coordinate representation of color #131F09: hue angle of 92.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131F09 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB19319-
CMYK0.3900.710.88
HSL92.73º55%7.84%-
HSV(B)92.73º70.97%12.16%-
XYZ0.811.140.44-
YUV24.9119.02123.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=32.20%
G=52.54%
B=15.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal193190.3900.710.8892.73557.84
Hex131F927047585d378
Octal2337114701071301356710
Binary1001111111100110011101000111101100010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,31,9); }

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

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

 a { background-color: rgb(19,31,9); }

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

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

 span { border-color: rgb(19,31,9); }

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