#1F3010

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

Shades of Pine Tree #1F3010

Tints of Pine Tree #1F3010

Color information

#1F3010 (or 0x1F3010) is unknown color: approx Pine Tree. HEX triplet: 1F, 30 and 10. RGB value is (31,48,16). Sum of RGB (Red+Green+Blue) = 31+48+16=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3010 is #E0CFEF. Grayscale: #272727. Windows color (decimal): -14733296 or 1060895. OLE color: 1060895.

HSL color Cylindrical-coordinate representation of color #1F3010: hue angle of 91.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F3010 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB314816-
CMYK0.3500.670.81
HSL91.88º50%12.55%-
HSV(B)91.88º66.67%18.82%-
XYZ1.722.440.87-
YUV39.27114.87122.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=32.63%
G=50.53%
B=16.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148160.3500.670.8191.885012.55
Hex1F301023043515c32d
Octal3760204301031211346215
Binary111111100001000010001101000011101000110111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,16); }

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

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

 a { background-color: rgb(31,48,16); }

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

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

 span { border-color: rgb(31,48,16); }

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