#1F2912

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

Shades of Pine Tree #1F2912

Tints of Pine Tree #1F2912

Color information

#1F2912 (or 0x1F2912) is unknown color: approx Pine Tree. HEX triplet: 1F, 29 and 12. RGB value is (31,41,18). Sum of RGB (Red+Green+Blue) = 31+41+18=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2912 is #E0D6ED. Grayscale: #232323. Windows color (decimal): -14735086 or 1190175. OLE color: 1190175.

HSL color Cylindrical-coordinate representation of color #1F2912: hue angle of 86.09º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F2912 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB314118-
CMYK0.2400.560.84
HSL86.09º38.98%11.57%-
HSV(B)86.09º56.1%16.08%-
XYZ1.471.920.87-
YUV35.39118.19124.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 18 (7.42% from 255) = 20%
R=34.44%
G=45.56%
B=20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3141180.2400.560.8486.0938.9811.57
Hex1F291218038545627c
Octal375122300701241264714
Binary1111110100110010110000111000101010010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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