#1F3700

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

Shades of Pine Tree #1F3700

Tints of Pine Tree #1F3700

Color information

#1F3700 (or 0x1F3700) is unknown color: approx Pine Tree. HEX triplet: 1F, 37 and 00. RGB value is (31,55,0). Sum of RGB (Red+Green+Blue) = 31+55+0=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3700 is #E0C8FF. Grayscale: #292929. Windows color (decimal): -14731520 or 14111. OLE color: 14111.

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

Color convert

RGB31550-
CMYK0.44010.78
HSL86.18º100%10.78%-
HSV(B)86.18º100%21.57%-
XYZ1.933.020.48-
YUV41.55104.55120.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 55 (21.88% from 255) = 63.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.05%
G=63.95%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal315500.44010.7886.1810010.78
Hex1F3702C0644E5664b
Octal3767054014411612614413
Binary111111101110101100011001001001110101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,55,0); }

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

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

 a { background-color: rgb(31,55,0); }

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

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

 span { border-color: rgb(31,55,0); }

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