#1F3601

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

Shades of Pine Tree #1F3601

Tints of Pine Tree #1F3601

Color information

#1F3601 (or 0x1F3601) is unknown color: approx Pine Tree. HEX triplet: 1F, 36 and 01. RGB value is (31,54,1). Sum of RGB (Red+Green+Blue) = 31+54+1=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3601 is #E0C9FE. Grayscale: #292929. Windows color (decimal): -14731775 or 79391. OLE color: 79391.

HSL color Cylindrical-coordinate representation of color #1F3601: hue angle of 86.04º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F3601 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB31541-
CMYK0.4300.980.79
HSL86.04º96.36%10.78%-
HSV(B)86.04º98.15%21.18%-
XYZ1.892.930.5-
YUV41.08105.38120.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 54 (21.48% from 255) = 62.79%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=36.05%
G=62.79%
B=1.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal315410.4300.980.7986.0496.3610.78
Hex1F3612B0624F5660b
Octal3766153014211712614013
Binary111111101101101011011000101001111101011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,1); }

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

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

 a { background-color: rgb(31,54,1); }

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

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

 span { border-color: rgb(31,54,1); }

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