#1F2F10

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

Shades of Pine Tree #1F2F10

Tints of Pine Tree #1F2F10

Color information

#1F2F10 (or 0x1F2F10) is unknown color: approx Pine Tree. HEX triplet: 1F, 2F and 10. RGB value is (31,47,16). Sum of RGB (Red+Green+Blue) = 31+47+16=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2F10 is #E0D0EF. Grayscale: #262626. Windows color (decimal): -14733552 or 1060639. OLE color: 1060639.

HSL color Cylindrical-coordinate representation of color #1F2F10: hue angle of 90.97º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F2F10 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB314716-
CMYK0.3400.660.82
HSL90.97º49.21%12.35%-
HSV(B)90.97º65.96%18.43%-
XYZ1.682.360.86-
YUV38.68115.2122.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 47 (18.75% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=32.98%
G=50%
B=17.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3147160.3400.660.8290.9749.2112.35
Hex1F2F1022042525b31c
Octal3757204201021221336114
Binary111111011111000010001001000010101001010110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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