#1F290F

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

Shades of Pine Tree #1F290F

Tints of Pine Tree #1F290F

Color information

#1F290F (or 0x1F290F) is unknown color: approx Pine Tree. HEX triplet: 1F, 29 and 0F. RGB value is (31,41,15). Sum of RGB (Red+Green+Blue) = 31+41+15=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #1F290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F290F is #E0D6F0. Grayscale: #232323. Windows color (decimal): -14735089 or 993567. OLE color: 993567.

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

Color convert

RGB314115-
CMYK0.2400.630.84
HSL83.08º46.43%10.98%-
HSV(B)83.08º63.41%16.08%-
XYZ1.441.910.74-
YUV35.05116.69125.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 41 (16.41% from 255) = 47.13%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=35.63%
G=47.13%
B=17.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3141150.2400.630.8483.0846.4310.98
Hex1F29F1803F54532eb
Octal375117300771241235613
Binary111111010011111110000111111101010010100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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