#1F3801

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

Shades of Pine Tree #1F3801

Tints of Pine Tree #1F3801

Color information

#1F3801 (or 0x1F3801) is unknown color: approx Pine Tree. HEX triplet: 1F, 38 and 01. RGB value is (31,56,1). Sum of RGB (Red+Green+Blue) = 31+56+1=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3801 is #E0C7FE. Grayscale: #2A2A2A. Windows color (decimal): -14731263 or 79903. OLE color: 79903.

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

Color convert

RGB31561-
CMYK0.4500.980.78
HSL87.27º96.49%11.18%-
HSV(B)87.27º98.21%21.96%-
XYZ1.983.120.53-
YUV42.26104.72119.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.23%
GREEN value IS 56 (22.27% from 255) = 63.64%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=35.23%
G=63.64%
B=1.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal315610.4500.980.7887.2796.4911.18
Hex1F3812D0624E5760b
Octal3770155014211612714013
Binary111111110001101101011000101001110101011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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