#131A04

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

Shades of Pine Tree #131A04

Tints of Pine Tree #131A04

Color information

#131A04 (or 0x131A04) is unknown color: approx Pine Tree. HEX triplet: 13, 1A and 04. RGB value is (19,26,4). Sum of RGB (Red+Green+Blue) = 19+26+4=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #131A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A04 is #ECE5FB. Grayscale: #151515. Windows color (decimal): -15525372 or 268819. OLE color: 268819.

HSL color Cylindrical-coordinate representation of color #131A04: hue angle of 79.09º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131A04 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB19264-
CMYK0.2700.850.90
HSL79.09º73.33%5.88%-
HSV(B)79.09º84.62%10.2%-
XYZ0.660.890.25-
YUV21.4118.18126.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 26 (10.55% from 255) = 53.06%
BLUE value IS 4 (1.95% from 255) = 8.16%
R=38.78%
G=53.06%
B=8.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal192640.2700.850.9079.0973.335.88
Hex131A41B0555A4f496
Octal233243301251321171116
Binary10011110101001101101010101101101010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,26,4); }

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

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

 a { background-color: rgb(19,26,4); }

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

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

 span { border-color: rgb(19,26,4); }

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