#131E08

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

Shades of Pine Tree #131E08

Tints of Pine Tree #131E08

Color information

#131E08 (or 0x131E08) is unknown color: approx Pine Tree. HEX triplet: 13, 1E and 08. RGB value is (19,30,8). Sum of RGB (Red+Green+Blue) = 19+30+8=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #131E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E08 is #ECE1F7. Grayscale: #181818. Windows color (decimal): -15524344 or 531987. OLE color: 531987.

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

Color convert

RGB19308-
CMYK0.3700.730.88
HSL90º57.89%7.45%-
HSV(B)90º73.33%11.76%-
XYZ0.781.080.4-
YUV24.2118.86124.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 52.63%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=33.33%
G=52.63%
B=14.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal193080.3700.730.889057.897.45
Hex131E825049585a3a7
Octal233610450111130132727
Binary100111111010001001010100100110110001011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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