#1F390B

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

Shades of Pine Tree #1F390B

Tints of Pine Tree #1F390B

Color information

#1F390B (or 0x1F390B) is unknown color: approx Pine Tree. HEX triplet: 1F, 39 and 0B. RGB value is (31,57,11). Sum of RGB (Red+Green+Blue) = 31+57+11=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #1F390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F390B is #E0C6F4. Grayscale: #2C2C2C. Windows color (decimal): -14730997 or 735519. OLE color: 735519.

HSL color Cylindrical-coordinate representation of color #1F390B: hue angle of 93.91º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F390B is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB315711-
CMYK0.4600.810.78
HSL93.91º67.65%13.33%-
HSV(B)93.91º80.7%22.35%-
XYZ2.093.240.83-
YUV43.98109.39118.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 57 (22.66% from 255) = 57.58%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=31.31%
G=57.58%
B=11.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157110.4600.810.7893.9167.6513.33
Hex1F39B2E0514E5e44d
Octal37711356012111613610415
Binary111111110011011101110010100011001110101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,57,11); }

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

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

 a { background-color: rgb(31,57,11); }

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

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

 span { border-color: rgb(31,57,11); }

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