#1F390A

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

Shades of Pine Tree #1F390A

Tints of Pine Tree #1F390A

Color information

#1F390A (or 0x1F390A) is unknown color: approx Pine Tree. HEX triplet: 1F, 39 and 0A. RGB value is (31,57,10). Sum of RGB (Red+Green+Blue) = 31+57+10=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #1F390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F390A is #E0C6F5. Grayscale: #2C2C2C. Windows color (decimal): -14730998 or 669983. OLE color: 669983.

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

Color convert

RGB315710-
CMYK0.4600.820.78
HSL93.19º70.15%13.14%-
HSV(B)93.19º82.46%22.35%-
XYZ2.083.240.8-
YUV43.87108.89118.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 57 (22.66% from 255) = 58.16%
BLUE value IS 10 (4.30% from 255) = 10.20%
R=31.63%
G=58.16%
B=10.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157100.4600.820.7893.1970.1513.14
Hex1F39A2E0524E5d46d
Octal37711256012211613510615
Binary111111110011010101110010100101001110101110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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