#1F3007

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

Shades of Pine Tree #1F3007

Tints of Pine Tree #1F3007

Color information

#1F3007 (or 0x1F3007) is unknown color: approx Pine Tree. HEX triplet: 1F, 30 and 07. RGB value is (31,48,7). Sum of RGB (Red+Green+Blue) = 31+48+7=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3007 is #E0CFF8. Grayscale: #262626. Windows color (decimal): -14733305 or 471071. OLE color: 471071.

HSL color Cylindrical-coordinate representation of color #1F3007: hue angle of 84.88º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3007 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB31487-
CMYK0.3500.850.81
HSL84.88º74.55%10.78%-
HSV(B)84.88º85.42%18.82%-
XYZ1.662.420.58-
YUV38.24110.37122.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=36.05%
G=55.81%
B=8.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal314870.3500.850.8184.8874.5510.78
Hex1F3072305551554bb
Octal3760743012512112511313
Binary11111110000111100011010101011010001101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,7); }

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

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

 a { background-color: rgb(31,48,7); }

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

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

 span { border-color: rgb(31,48,7); }

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