#131F07

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

Shades of Pine Tree #131F07

Tints of Pine Tree #131F07

Color information

#131F07 (or 0x131F07) is unknown color: approx Pine Tree. HEX triplet: 13, 1F and 07. RGB value is (19,31,7). Sum of RGB (Red+Green+Blue) = 19+31+7=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 31 (12.5% from 255 or 54.39% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 31 - color contains mainly: green. Hex color #131F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F07 is #ECE0F8. Grayscale: #181818. Windows color (decimal): -15524089 or 466707. OLE color: 466707.

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

Color convert

RGB19317-
CMYK0.3900.770.88
HSL90º63.16%7.45%-
HSV(B)90º77.42%12.16%-
XYZ0.81.130.38-
YUV24.68118.02123.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 31 (12.5% from 255) = 54.39%
BLUE value IS 7 (3.12% from 255) = 12.28%
R=33.33%
G=54.39%
B=12.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal193170.3900.770.889063.167.45
Hex131F72704D585a3f7
Octal23377470115130132777
Binary10011111111111001110100110110110001011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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