#131B0F

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

Shades of Pine Tree #131B0F

Tints of Pine Tree #131B0F

Color information

#131B0F (or 0x131B0F) is unknown color: approx Pine Tree. HEX triplet: 13, 1B and 0F. RGB value is (19,27,15). Sum of RGB (Red+Green+Blue) = 19+27+15=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #131B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B0F is #ECE4F0. Grayscale: #171717. Windows color (decimal): -15525105 or 989971. OLE color: 989971.

HSL color Cylindrical-coordinate representation of color #131B0F: hue angle of 100º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #131B0F is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB192715-
CMYK0.3000.440.89
HSL100º28.57%8.24%-
HSV(B)100º44.44%10.59%-
XYZ0.750.960.6-
YUV23.24123.35124.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 27 (10.94% from 255) = 44.26%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=31.15%
G=44.26%
B=24.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927150.3000.440.8910028.578.24
Hex131BF1E02C59641d8
Octal233317360541311443510
Binary1001111011111111110010110010110011100100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,27,15); }

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

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

 a { background-color: rgb(19,27,15); }

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

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

 span { border-color: rgb(19,27,15); }

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