#1F2610

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

Shades of Pine Tree #1F2610

Tints of Pine Tree #1F2610

Color information

#1F2610 (or 0x1F2610) is unknown color: approx Pine Tree. HEX triplet: 1F, 26 and 10. RGB value is (31,38,16). Sum of RGB (Red+Green+Blue) = 31+38+16=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2610 is #E0D9EF. Grayscale: #212121. Windows color (decimal): -14735856 or 1058335. OLE color: 1058335.

HSL color Cylindrical-coordinate representation of color #1F2610: hue angle of 79.09º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F2610 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB313816-
CMYK0.1800.580.85
HSL79.09º40.74%10.59%-
HSV(B)79.09º57.89%14.9%-
XYZ1.351.710.75-
YUV33.4118.18126.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=36.47%
G=44.71%
B=18.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138160.1800.580.8579.0940.7410.59
Hex1F26101203A554f29b
Octal374620220721251175113
Binary1111110011010000100100111010101010110011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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