#1F3903

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

Shades of Pine Tree #1F3903

Tints of Pine Tree #1F3903

Color information

#1F3903 (or 0x1F3903) is unknown color: approx Pine Tree. HEX triplet: 1F, 39 and 03. RGB value is (31,57,3). Sum of RGB (Red+Green+Blue) = 31+57+3=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3903 is #E0C6FC. Grayscale: #2B2B2B. Windows color (decimal): -14731005 or 211231. OLE color: 211231.

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

Color convert

RGB31573-
CMYK0.4600.950.78
HSL88.89º90%11.76%-
HSV(B)88.89º94.74%22.35%-
XYZ2.043.220.6-
YUV43.07105.39119.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 57 (22.66% from 255) = 62.64%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=34.07%
G=62.64%
B=3.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal315730.4600.950.7888.899011.76
Hex1F3932E05F4E595ac
Octal3771356013711613113214
Binary1111111100111101110010111111001110101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,57,3); }

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

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

 a { background-color: rgb(31,57,3); }

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

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

 span { border-color: rgb(31,57,3); }

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