#131C07

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

Shades of Pine Tree #131C07

Tints of Pine Tree #131C07

Color information

#131C07 (or 0x131C07) is unknown color: approx Pine Tree. HEX triplet: 13, 1C and 07. RGB value is (19,28,7). Sum of RGB (Red+Green+Blue) = 19+28+7=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #131C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C07 is #ECE3F8. Grayscale: #161616. Windows color (decimal): -15524857 or 465939. OLE color: 465939.

HSL color Cylindrical-coordinate representation of color #131C07: hue angle of 85.71º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131C07 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.89.

Color convert

RGB19287-
CMYK0.3200.750.89
HSL85.71º60%6.86%-
HSV(B)85.71º75%10.98%-
XYZ0.720.980.35-
YUV22.92119.02125.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 28 (11.33% from 255) = 51.85%
BLUE value IS 7 (3.12% from 255) = 12.96%
R=35.19%
G=51.85%
B=12.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192870.3200.750.8985.71606.86
Hex131C72004B59563c7
Octal23347400113131126747
Binary10011111001111000000100101110110011010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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