#1F3906

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

Shades of Pine Tree #1F3906

Tints of Pine Tree #1F3906

Color information

#1F3906 (or 0x1F3906) is unknown color: approx Pine Tree. HEX triplet: 1F, 39 and 06. RGB value is (31,57,6). Sum of RGB (Red+Green+Blue) = 31+57+6=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3906 is #E0C6F9. Grayscale: #2B2B2B. Windows color (decimal): -14731002 or 407839. OLE color: 407839.

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

Color convert

RGB31576-
CMYK0.4600.890.78
HSL90.59º80.95%12.35%-
HSV(B)90.59º89.47%22.35%-
XYZ2.063.230.69-
YUV43.41106.89119.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 57 (22.66% from 255) = 60.64%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=32.98%
G=60.64%
B=6.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal315760.4600.890.7890.5980.9512.35
Hex1F3962E0594E5b51c
Octal3771656013111613312114
Binary11111111001110101110010110011001110101101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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