#1F3301

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

Shades of Pine Tree #1F3301

Tints of Pine Tree #1F3301

Color information

#1F3301 (or 0x1F3301) is unknown color: approx Pine Tree. HEX triplet: 1F, 33 and 01. RGB value is (31,51,1). Sum of RGB (Red+Green+Blue) = 31+51+1=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3301 is #E0CCFE. Grayscale: #272727. Windows color (decimal): -14732543 or 78623. OLE color: 78623.

HSL color Cylindrical-coordinate representation of color #1F3301: hue angle of 84º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F3301 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB31511-
CMYK0.3900.980.8
HSL84º96.15%10.2%-
HSV(B)84º98.04%20%-
XYZ1.752.660.45-
YUV39.32106.37122.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 51 (20.31% from 255) = 61.45%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=37.35%
G=61.45%
B=1.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal315110.3900.980.88496.1510.2
Hex1F33127062505460a
Octal3763147014212012414012
Binary111111100111100111011000101010000101010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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