#131E07

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

Shades of Pine Tree #131E07

Tints of Pine Tree #131E07

Color information

#131E07 (or 0x131E07) is unknown color: approx Pine Tree. HEX triplet: 13, 1E and 07. RGB value is (19,30,7). Sum of RGB (Red+Green+Blue) = 19+30+7=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #131E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E07 is #ECE1F8. Grayscale: #181818. Windows color (decimal): -15524345 or 466451. OLE color: 466451.

HSL color Cylindrical-coordinate representation of color #131E07: hue angle of 88.7º degrees, saturation: 0.62, 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 #131E07 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.

Color convert

RGB19307-
CMYK0.3700.770.88
HSL88.7º62.16%7.25%-
HSV(B)88.7º76.67%11.76%-
XYZ0.771.080.37-
YUV24.09118.36124.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 30 (12.11% from 255) = 53.57%
BLUE value IS 7 (3.12% from 255) = 12.5%
R=33.93%
G=53.57%
B=12.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal193070.3700.770.8888.762.167.25
Hex131E72504D58593e7
Octal23367450115130131767
Binary10011111101111001010100110110110001011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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