#1F2612

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

Shades of Pine Tree #1F2612

Tints of Pine Tree #1F2612

Color information

#1F2612 (or 0x1F2612) is unknown color: approx Pine Tree. HEX triplet: 1F, 26 and 12. RGB value is (31,38,18). Sum of RGB (Red+Green+Blue) = 31+38+18=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2612 is #E0D9ED. Grayscale: #212121. Windows color (decimal): -14735854 or 1189407. OLE color: 1189407.

HSL color Cylindrical-coordinate representation of color #1F2612: hue angle of 81º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F2612 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB313818-
CMYK0.1800.530.85
HSL81º35.71%10.98%-
HSV(B)81º52.63%14.9%-
XYZ1.371.720.83-
YUV33.63119.18126.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 38 (15.23% from 255) = 43.68%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=35.63%
G=43.68%
B=20.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138180.1800.530.858135.7110.98
Hex1F261212035555124b
Octal374622220651251214413
Binary1111110011010010100100110101101010110100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,18); }

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

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

 a { background-color: rgb(31,38,18); }

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

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

 span { border-color: rgb(31,38,18); }

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