#1F2B15

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

Shades of Pine Tree #1F2B15

Tints of Pine Tree #1F2B15

Color information

#1F2B15 (or 0x1F2B15) is unknown color: approx Pine Tree. HEX triplet: 1F, 2B and 15. RGB value is (31,43,21). Sum of RGB (Red+Green+Blue) = 31+43+21=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #1F2B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2B15 is #E0D4EA. Grayscale: #242424. Windows color (decimal): -14734571 or 1387295. OLE color: 1387295.

HSL color Cylindrical-coordinate representation of color #1F2B15: hue angle of 92.73º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F2B15 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB314321-
CMYK0.2800.510.83
HSL92.73º34.38%12.55%-
HSV(B)92.73º51.16%16.86%-
XYZ1.562.071.03-
YUV36.9119.02123.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 43 (17.19% from 255) = 45.26%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=32.63%
G=45.26%
B=22.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3143210.2800.510.8392.7334.3812.55
Hex1F2B151C033535d22d
Octal375325340631231354215
Binary1111110101110101111000110011101001110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F2B15; }

 p { color: rgb(31,43,21); }

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

<style>
 a { background-color: #1F2B15; }

 a { background-color: rgb(31,43,21); }

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

<style>
 span { border-color: #1F2B15; }

 span { border-color: rgb(31,43,21); }

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