#1F2C15

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

Shades of Pine Tree #1F2C15

Tints of Pine Tree #1F2C15

Color information

#1F2C15 (or 0x1F2C15) is unknown color: approx Pine Tree. HEX triplet: 1F, 2C and 15. RGB value is (31,44,21). Sum of RGB (Red+Green+Blue) = 31+44+21=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2C15 is #E0D3EA. Grayscale: #252525. Windows color (decimal): -14734315 or 1387551. OLE color: 1387551.

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

Color convert

RGB314421-
CMYK0.3000.520.83
HSL93.91º35.38%12.75%-
HSV(B)93.91º52.27%17.25%-
XYZ1.62.151.04-
YUV37.49118.69123.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 44 (17.58% from 255) = 45.83%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=32.29%
G=45.83%
B=21.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3144210.3000.520.8393.9135.3812.75
Hex1F2C151E034535e23d
Octal375425360641231364315
Binary1111110110010101111100110100101001110111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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