#1F2517

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

Shades of Pine Tree #1F2517

Tints of Pine Tree #1F2517

Color information

#1F2517 (or 0x1F2517) is unknown color: approx Pine Tree. HEX triplet: 1F, 25 and 17. RGB value is (31,37,23). Sum of RGB (Red+Green+Blue) = 31+37+23=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2517 is #E0DAE8. Grayscale: #212121. Windows color (decimal): -14736105 or 1516831. OLE color: 1516831.

HSL color Cylindrical-coordinate representation of color #1F2517: hue angle of 85.71º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2517 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB313723-
CMYK0.1600.380.85
HSL85.71º23.33%11.76%-
HSV(B)85.71º37.84%14.51%-
XYZ1.381.681.06-
YUV33.61122.01126.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=34.07%
G=40.66%
B=25.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137230.1600.380.8585.7123.3311.76
Hex1F251710026555617c
Octal374527200461251262714
Binary111111001011011110000010011010101011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,23); }

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

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

 a { background-color: rgb(31,37,23); }

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

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

 span { border-color: rgb(31,37,23); }

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